示例#1
0
 public ProductionChangedEventRepository(ProductionDbContext dbContext)
 {
     _dbContext = dbContext;
 }
示例#2
0
 public ProductionRepository(ProductionDbContext context, IProductionAreaChangedService productionAreaChangedService)
 {
     _dbContext = context;
     _productionAreaChangedService = productionAreaChangedService;
 }