Needed to add StatusCheck to the JobFactory and DI container
This commit is contained in:
@@ -29,6 +29,9 @@ namespace PartSource.Automation.Factories
|
||||
case nameof(DeleteProducts):
|
||||
return _serviceProvider.GetService<DeleteProducts>();
|
||||
|
||||
case nameof(StatusCheck):
|
||||
return _serviceProvider.GetService<StatusCheck>();
|
||||
|
||||
case nameof(TestJob):
|
||||
return new TestJob();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user