public CustomerLedgerGDSController(ICustAdjustmentAppService _ICustAdjustmentAppService, IFYDDAppService _IFYDDAppService, ISaleRetMainAppService _ISaleRetMainAppService, ISalesDetailAppService _ISalesDetailAppService, ISalesMainAppService _ISalesMainAppService, IMoneyReceiptAppService _IMoneyReceiptAppService, ICustomerLedgerAppService _CustomerLedgerService, ISubsidiaryInfoAppService _ISubsidiaryInfoAppService)
 {
     this._CustomerLedgerService     = _CustomerLedgerService;
     this._ISubsidiaryInfoAppService = _ISubsidiaryInfoAppService;
     this._IMoneyReceiptAppService   = _IMoneyReceiptAppService;
     this._ISalesMainAppService      = _ISalesMainAppService;
     this._ISalesDetailAppService    = _ISalesDetailAppService;
     this._ISaleRetMainAppService    = _ISaleRetMainAppService;
     this._IFYDDAppService           = _IFYDDAppService;
     this._ICustAdjustmentAppService = _ICustAdjustmentAppService;
 }
示例#2
0
 public CustomerLedgerController(ICustomerLedgerAppService _CustomerLedgerService, ISubsidiaryInfoAppService _CustomerService)
 {
     this._CustomerLedgerService = _CustomerLedgerService;
     this._CustomerService       = _CustomerService;
 }