public RemoveOldCollectionDataJob(AnalysisDbContext analysisDbContext) { _analysisDbContext = analysisDbContext; _importer = new Importer(analysisDbContext); }
public InsertCollectionsJob(AnalysisDbContext dbContext) { _dbContext = dbContext; _importer = new Importer(_dbContext); }