コード例 #1
0
 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 CustAdjustmentController(IJarnalVoucherAppService _jarnalVoucherService, ILocationAppService _locationService, ISalesMainAppService _SalesMainService,
                                 ISalesDetailAppService _SaleDetailService, IEmployeeFuncAppService _EmpFuncService,
                                 IEmployeeAppService _EmployeeService, ISysSetAppService _sysSetService, IDefACAppService _defACService,
                                 ISubsidiaryInfoAppService _subsidiaryInfoService, IMoneyReceiptAppService _moneyReceiptService,
                                 IVchrSetAppService _vchrSetService, ICustAdjustmentAppService _custAdjustmentService, IFYDDAppService _FYDDAppService,
                                 ICustAdjExtAppService _custAdjExtService, ITransactionLogAppService _transactionLogService)
 {
     this._jarnalVoucherService  = _jarnalVoucherService;
     this._locationService       = _locationService;
     this._SalesMainService      = _SalesMainService;
     this._SaleDetailService     = _SaleDetailService;
     this._EmpFuncService        = _EmpFuncService;
     this._EmployeeService       = _EmployeeService;
     this._sysSetService         = _sysSetService;
     this._defACService          = _defACService;
     this._subsidiaryInfoService = _subsidiaryInfoService;
     this._moneyReceiptService   = _moneyReceiptService;
     this._vchrSetService        = _vchrSetService;
     this._custAdjustmentService = _custAdjustmentService;
     this._FYDDAppService        = _FYDDAppService;
     this._custAdjExtService     = _custAdjExtService;
     this._transactionLogService = _transactionLogService;
 }