public EFCoreScenarioServices(BLTDbContext dbContext)
 {
     _dbContext = dbContext;
 }
 public EFCoreFeatureServices(BLTDbContext dbContext)
 {
     _dbContext = dbContext;
 }
예제 #3
0
 public EFCoreStepServices(BLTDbContext dbContext)
 {
     _dbContext = dbContext;
 }
 public EFCoreProjectServices(BLTDbContext dbContext)
 {
     _dbContext = dbContext;
 }