Skip to content

Instantly share code, notes, and snippets.

@Wanchai
Created December 31, 2019 14:35
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 Wanchai/985e2df83cc299b33d3bde4a061a8e25 to your computer and use it in GitHub Desktop.
Save Wanchai/985e2df83cc299b33d3bde4a061a8e25 to your computer and use it in GitHub Desktop.
public void ConfigureServices(IServiceCollection services)
{
services.AddScoped<EmailerService, EmailerService>();
services.AddControllers();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment