Skip to content

Instantly share code, notes, and snippets.

@ankitvijay
Created February 21, 2021 20:05
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 ankitvijay/197d27c7243b5353c1fe5e1abddf7c4f to your computer and use it in GitHub Desktop.
Save ankitvijay/197d27c7243b5353c1fe5e1abddf7c4f to your computer and use it in GitHub Desktop.
Register scoped Service Register Scoped Service
services.AddHostedService<SchedulerService>();
services.AddScoped<IScopedSchedulerService, ScopedSchedulerService>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment