How to use Hangfire with dependency injection in Asp.Net Core?
I would like to run a recurring job which has previously registered in the IoC in Asp.Net Core 8. Something like this:
I would like to run a recurring job which has previously registered in the IoC in Asp.Net Core 8. Something like this: