Needed to add StatusCheck to the JobFactory and DI container

This commit is contained in:
2020-05-07 22:32:53 -04:00
parent ce27322307
commit 11159eab31
4 changed files with 6 additions and 2 deletions

View File

@@ -107,6 +107,7 @@ namespace PartSource.Automation
//.AddSingleton<BackupProducts>()
//.AddSingleton<BuildVehicleCache>()
.AddSingleton<DeleteProducts>()
.AddSingleton<StatusCheck>()
.AddSingleton<UpdateFitment>()
.AddSingleton<UpdatePricing>()
.AddSingleton<UpdatePositioning>()