public ChartOfAccountsController(INewChartAppService _newChartService, IMinLevAppService _minLevService,
                                  ILevelLenAppService _levelLenService, IProjInfoAppService _projInfoService,
                                  IPVchrDetailAppService _pVchrDetailService, ITVchrDetailAppService _tVchrDeatailService,
                                  IVchrDetailAppService _VchrDeatilService)
 {
     this._newChartService     = _newChartService;
     this._minLevService       = _minLevService;
     this._levelLenService     = _levelLenService;
     this._projInfoService     = _projInfoService;
     this._pVchrDetailService  = _pVchrDetailService;
     this._tVchrDeatailService = _tVchrDeatailService;
     this._VchrDeatilService   = _VchrDeatilService;
 }
Exemplo n.º 2
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;
 }