Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Created December 16, 2018 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonysneed/239a9a3b6e372892b0a03a74350ea458 to your computer and use it in GitHub Desktop.
Save tonysneed/239a9a3b6e372892b0a03a74350ea458 to your computer and use it in GitHub Desktop.
ConfigureServices Snippet 1
private void ConfigureServices(IServiceCollection serviceCollection)
{
// TODO: Register services with DI system
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment