Пример #1
0
 public PDVController(
     IVFunUadCabAppServiceBase vFunUadCabAppServiceBase,
     IUsuSisAppServiceBase usuSisAppServiceBase,
     ILotCxaAppServiceBase lotCxaAppServiceBase,
     IClsCabAppServiceBase clsCabAppServiceBase,
     IPrdCabAppServiceBase prdCabAppServiceBase,
     ICpmCabAppServiceBase cpmCabAppServiceBase,
     ICpmIteAppServiceBase cpmIteAppServiceBase)
 {
     _vFunUadCabAppServiceBase = vFunUadCabAppServiceBase;
     _usuSisAppServiceBase     = usuSisAppServiceBase;
     _lotCxaAppServiceBase     = lotCxaAppServiceBase;
     _clsCabAppServiceBase     = clsCabAppServiceBase;
     _prdCabAppServiceBase     = prdCabAppServiceBase;
     _cpmCabAppServiceBase     = cpmCabAppServiceBase;
     _cpmIteAppServiceBase     = cpmIteAppServiceBase;
 }
Пример #2
0
 public VFunUadCabController(IVFunUadCabAppServiceBase vFunUadCabAppServiceBase)
 {
     _vFunUadCabAppServiceBase = vFunUadCabAppServiceBase;
 }