public RemoveOldCollectionDataJob(AnalysisDbContext analysisDbContext)
 {
     _analysisDbContext = analysisDbContext;
     _importer          = new Importer(analysisDbContext);
 }
예제 #2
0
 public InsertCollectionsJob(AnalysisDbContext dbContext)
 {
     _dbContext = dbContext;
     _importer  = new Importer(_dbContext);
 }