Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created June 11, 2018 22:23
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 explorer14/eb644905cb32b5cb134c435565a542b0 to your computer and use it in GitHub Desktop.
Save explorer14/eb644905cb32b5cb134c435565a542b0 to your computer and use it in GitHub Desktop.
public void ConfigureServices(IServiceCollection services)
{
services.AddScoped();
services.AddScoped();
services.AddScoped(serviceProvider =>
new
DbContextFactory(Configuration["ConnectionStringTemplate"]));
// .. more services
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment