Skip to content

Instantly share code, notes, and snippets.

@Wanchai
Created December 31, 2019 14:35
Show Gist options
  • Select an option

  • Save Wanchai/985e2df83cc299b33d3bde4a061a8e25 to your computer and use it in GitHub Desktop.

Select an option

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