public ChequeReceiptsController(IBranchAppService _branchService, ISubsidiaryInfoAppService _subsidiaryService,
                                 ISubsidiaryCtrlAppService _subsidiaryCtrlService, IBankInfoAppService _bankInfoService, IChequeReceiptAppService _chequeReceiptService,
                                 ITransactionLogAppService _transactionLogService, ISubsidiaryExtAppService _SubsidiaryExtService, IChequeReceiptExtAppService _chqRecExtService,
                                 INewChartAppService _NewChartService, IEmployeeAppService _employeeInfoService, IJarnalVoucherAppService _jarnalVoucherService,
                                 ISalesMainAppService _salesMainService, IChequeArchiveAppService _chequeArchiveService, IBankReceiptAppService _bankReceiptService,
                                 IVchrMainAppService _vchrMainService, IMoneyReceiptAppService _moneyReceiptService,
                                 ISysSetAppService _sysSetService, IVchrSetAppService _vchrSetService, IMoneyReceiptExtAppService _moneyReceiptExtService)
 {
     this._branchService          = _branchService;
     this._subsidiaryService      = _subsidiaryService;
     this._subsidiaryCtrlService  = _subsidiaryCtrlService;
     this._bankInfoService        = _bankInfoService;
     this._chequeReceiptService   = _chequeReceiptService;
     this._transactionLogService  = _transactionLogService;
     this._SubsidiaryExtService   = _SubsidiaryExtService;
     this._NewChartService        = _NewChartService;
     this._employeeInfoService    = _employeeInfoService;
     this._jarnalVoucherService   = _jarnalVoucherService;
     this._chqRecExtService       = _chqRecExtService;
     this._salesMainService       = _salesMainService;
     this._chequeArchiveService   = _chequeArchiveService;
     this._bankReceiptService     = _bankReceiptService;
     this._vchrMainService        = _vchrMainService;
     this._moneyReceiptService    = _moneyReceiptService;
     this._sysSetService          = _sysSetService;
     this._vchrSetService         = _vchrSetService;
     this._moneyReceiptExtService = _moneyReceiptExtService;
 }
예제 #2
0
 public VchrPreviewController(IVchrMainAppService _vchrMainService, IJTrGrpAppService _jTrGrpService,
                              IVchrPreviewVMAppService _VchrPreviewVMService, ILedgerCaptionAppService _LedgerCapService,
                              IBranchAppService _BranchService, ISysSetAppService _sysSetService)
 {
     this._VchrPreviewVMService = _VchrPreviewVMService;
     this._vchrMainService      = _vchrMainService;
     this._jTrGrpService        = _jTrGrpService;
     this._LedgerCapService     = _LedgerCapService;
     this._BranchService        = _BranchService;
     this._sysSetService        = _sysSetService;
 }
예제 #3
0
 public BankReceiptController(IBankOperationAppService _BankOperationService, IBankReceiptAppService _BankReceiptAppService,
                              INewChartAppService _NewChartService, IEmployeeAppService _EmployeeService, IHORemitAppService _HORemitService,
                              IDepositToBankAppService _DepositToBankService, ITransactionLogAppService _transactionLogService,
                              IVchrMainAppService _VchrMainService, IVchrDetailAppService _VchrDetailService,
                              IBranchAppService _BranchService, IJarnalVoucherAppService _jarnalVoucherService, ISysSetAppService _sysSetService,
                              IOpnBalAppService _OpnBalService, IPaymentAppService _paymentService, IWithdrawAppService _withdrawService, IGsetAppService _gsetService)
 {
     this._BankOperationService  = _BankOperationService;
     this._BankReceiptAppService = _BankReceiptAppService;
     this._NewChartService       = _NewChartService;
     this._EmployeeService       = _EmployeeService;
     this._HORemitService        = _HORemitService;
     this._DepositToBankService  = _DepositToBankService;
     this._transactionLogService = _transactionLogService;
     this._VchrMainService       = _VchrMainService;
     this._VchrDetailService     = _VchrDetailService;
     this._BranchService         = _BranchService;
     this._OpnBalService         = _OpnBalService;
     this._paymentService        = _paymentService;
     this._jarnalVoucherService  = _jarnalVoucherService;
     this._sysSetService         = _sysSetService;
     this._withdrawService       = _withdrawService;
     this._gsetService           = _gsetService;
 }