Finalized UpdatePositioning job

This commit is contained in:
2020-04-14 17:50:21 -04:00
parent c0494adf58
commit ef5e4422c0
6 changed files with 181 additions and 135 deletions

View File

@@ -110,6 +110,7 @@ namespace PartSource.Automation
.AddSingleton<DeleteProducts>()
.AddSingleton<UpdateFitment>()
.AddSingleton<UpdatePricing>()
.AddSingleton<UpdatePositioning>()
.AddSingleton<ExecuteSsisPackages>()
.AddSingleton<JobFactory>()
.BuildServiceProvider();