Exemple #1
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;
 }
Exemple #2
0
 public ListOfTransactionController(IBranchAppService _BranchService, IEmployeeAppService _employeeService,
                                    IJTrGrpAppService _jTrGrpService, IJarnalVoucherAppService _jarnalVoucherService,
                                    IUserBranchAppService _userbranchService, IFYDDAppService _FYDDService, ISysSetAppService _sysSetService)
 {
     this._jTrGrpService        = _jTrGrpService;
     this._BranchService        = _BranchService;
     this._employeeService      = _employeeService;
     this._jarnalVoucherService = _jarnalVoucherService;
     this._userbranchService    = _userbranchService;
     this._FYDDService          = _FYDDService;
     this._sysSetService        = _sysSetService;
 }