Esempio n. 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;
 }
Esempio n. 2
0
 public PrdCabController(IPrdCabAppServiceBase
                         prdCabAppServiceBase)
 {
     _prdCabAppServiceBase = prdCabAppServiceBase;
 }