Skip to content

Instantly share code, notes, and snippets.

@fredyfx
Created December 24, 2018 07:47
Show Gist options
  • Save fredyfx/f6f6ad8dc0f6cf957492f62264e63a79 to your computer and use it in GitHub Desktop.
Save fredyfx/f6f6ad8dc0f6cf957492f62264e63a79 to your computer and use it in GitHub Desktop.
Agregando el servicio de MVC
public void ConfigureServices(IServiceCollection services)
{
services.AddMvc();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment