Skip to content

Instantly share code, notes, and snippets.

@conectado
Created January 21, 2018 19:23
Show Gist options
  • Save conectado/75b7ec3f155eaf230a3afdd07ed56da4 to your computer and use it in GitHub Desktop.
Save conectado/75b7ec3f155eaf230a3afdd07ed56da4 to your computer and use it in GitHub Desktop.
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