Inject repository to BackgroundService asp.net core
I'm using ASP.Net and I have dependency injection setup in a way that IRepository is added as scoped. Everything works fine in request response scenario. But I also added BackgroudService which is executed once every minute and need to take…