public BankOperationController(IBankOperationAppService _bankOperationService, IHORemitAppService _hoRemitService, IPaymentAppService _paymentService, INewChartAppService _newChartService, ITransactionLogAppService _transactionLogService, ISubsidiaryInfoAppService _subsidiaryService, IEmployeeAppService _employeeService, IAcBRAppService _AcBRService, IDepositToBankAppService _depositToBankService, IWithdrawAppService _withdrawService, IOpnBalAppService _OpnBalService, IBankReceiptAppService _BankReceiptAppService, IBankInfoAppService _BankInfoService, ISubsidiaryCtrlAppService _subsidiaryCtrlService, IJarnalVoucherAppService _jarnalVoucherService, IBranchAppService _BranchService, ISysSetAppService _sysSetService) { this._bankOperationService = _bankOperationService; this._hoRemitService = _hoRemitService; this._paymentService = _paymentService; this._newChartService = _newChartService; this._subsidiaryService = _subsidiaryService; this._employeeService = _employeeService; this._AcBRService = _AcBRService; this._depositToBankService = _depositToBankService; this._withdrawService = _withdrawService; this._transactionLogService = _transactionLogService; this._OpnBalService = _OpnBalService; this._BankReceiptAppService = _BankReceiptAppService; this._BankInfoService = _BankInfoService; this._subsidiaryCtrlService = _subsidiaryCtrlService; this._jarnalVoucherService = _jarnalVoucherService; this._BranchService = _BranchService; this._sysSetService = _sysSetService; }
public DepositToBankController( ICashOperationAppService _CashOperationService, ICashReceiptAppService _cashReceiptAppService, IWithdrawAppService _withdrawService, IExpenseAppService _ExpenseService, IDepositToBankAppService _DepositToBankService, IEmployeeAppService _EmployeeService, ISubsidiaryInfoAppService _subsidiaryService, IItemInfoAppService _ItemService, INewChartAppService _NewChartService, ILocationAppService _LocationService, IUnitAppService _UnitService, ITransactionLogAppService _transactionLogService, IBankOperationAppService _BankOperationService, IJarnalVoucherAppService _jarnalVoucherService, ISysSetAppService _sysSetService, IOpnBalAppService _OpnBalService, IPaymentAppService _paymentService, IHORemitAppService _HORemitService, IAcBRAppService _AcBrService, IBankReceiptAppService _BankReceiptAppService, IGsetAppService _gsetService) { this._CashOperationService = _CashOperationService; this._cashReceiptAppService = _cashReceiptAppService; this._withdrawService = _withdrawService; this._ExpenseService = _ExpenseService; this._DepositToBankService = _DepositToBankService; this._subsidiaryService = _subsidiaryService; this._NewChartService = _NewChartService; this._EmployeeService = _EmployeeService; this._subsidiaryService = _subsidiaryService; this._ItemService = _ItemService; this._LocationService = _LocationService; this._UnitService = _UnitService; this._transactionLogService = _transactionLogService; this._jarnalVoucherService = _jarnalVoucherService; this._sysSetService = _sysSetService; this._OpnBalService = _OpnBalService; this._paymentService = _paymentService; this._HORemitService = _HORemitService; this._BankReceiptAppService = _BankReceiptAppService; this._BankOperationService = _BankOperationService; this._gsetService = _gsetService; this._AcBrService = _AcBrService; }
public HORemittanceController(IEmployeeAppService _employeeService, IHORemitAppService _hoRemitService, IBankOperationAppService _bankOperationService, ITransactionLogAppService _transactionLogService, IDepositToBankAppService _depositToBankService, IBankReceiptAppService _BankReceiptAppService, IJarnalVoucherAppService _jarnalVoucherService, ISysSetAppService _sysSetService, IOpnBalAppService _OpnBalService, IPaymentAppService _paymentService, IWithdrawAppService _withdrawService, IGsetAppService _gsetService) { this._bankOperationService = _bankOperationService; this._employeeService = _employeeService; this._hoRemitService = _hoRemitService; this._transactionLogService = _transactionLogService; this._depositToBankService = _depositToBankService; this._BankReceiptAppService = _BankReceiptAppService; this._jarnalVoucherService = _jarnalVoucherService; this._sysSetService = _sysSetService; this._OpnBalService = _OpnBalService; this._paymentService = _paymentService; this._withdrawService = _withdrawService; this._gsetService = _gsetService; }
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; }