Пример #1
0
 public ProductionSchedulesController(IProductionScheduleService productionScheduleService, IUnitOfWorkAsync unitOfWork)
 {
     _productionScheduleService = productionScheduleService;
     _unitOfWork = unitOfWork;
 }
 public ProductionSchedulesController(IProductionScheduleService productionScheduleService, IUnitOfWorkAsync unitOfWork)
 {
     _productionScheduleService = productionScheduleService;
     _unitOfWork = unitOfWork;
 }