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