public CustomsReportController(ScrapService scrapService, WIPService wipService, FactBeacukaiService factBeacukaiService, FactItemMutationService factItemMutationService, FinishedGoodService finishedGoodService, MachineMutationService machineMutationService)
 {
     this.scrapService            = scrapService;
     this.factBeacukaiService     = factBeacukaiService;
     this.factItemMutationService = factItemMutationService;
     this.wipService             = wipService;
     this.finishedGoodService    = finishedGoodService;
     this.machineMutationService = machineMutationService;
 }
Пример #2
0
 public CustomsReportController(ScrapService scrapService, WIPService wipService, FactBeacukaiService factBeacukaiService, FactItemMutationService factItemMutationService, FinishedGoodService finishedGoodService, MachineMutationService machineMutationService, HOrderService hOrderService, ExpenditureGoodsService expenditureGoodsService, TraceableInService traceableInService, TraceableOutService traceableOutService)
 {
     this.scrapService            = scrapService;
     this.factBeacukaiService     = factBeacukaiService;
     this.factItemMutationService = factItemMutationService;
     this.wipService              = wipService;
     this.finishedGoodService     = finishedGoodService;
     this.machineMutationService  = machineMutationService;
     this.hOrderService           = hOrderService;
     this.expenditureGoodsService = expenditureGoodsService;
     this.traceableInService      = traceableInService;
     this.traceableOutService     = traceableOutService;
 }