Skip to content

Instantly share code, notes, and snippets.

@burakcanekici
Last active July 20, 2020 13:42
Show Gist options
  • Save burakcanekici/344d4b92963abc0730951f618a9e5cf8 to your computer and use it in GitHub Desktop.
Save burakcanekici/344d4b92963abc0730951f618a9e5cf8 to your computer and use it in GitHub Desktop.
public IServiceProvider ConfigureServices(IServiceCollection services)
{
...
services.AddSingleton<ReadFromURLProvider>();
services.AddSingleton<HostedService, MyBackgroundService>();
...
}
@burakcanekici
Copy link
Author

~be

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment