Properly Set-Up Dependency Injection
Budget: $10 – $30 USD
Hello - I have a C# console app worker service that utilizes dependency injection. It seems that DI was not set-up properly and it is being passed into each method/function individually, instead of into the class constructor.
Working with multiple DbContexts (EF DB First) - and a few different services. I need DI set-up properly so that this will work properly when manually run (for testing) and work when it hits the Timer Interval via a windows service.
Working with multiple DbContexts (EF DB First) - and a few different services. I need DI set-up properly so that this will work properly when manually run (for testing) and work when it hits the Timer Interval via a windows service.