public ScheduleRptController(IItemInfoAppService _ItemService, ISubsidiaryInfoAppService _SubsidiaryService,
                              INewChartAppService _NewChartService, IBranchAppService _BranchService, IEmployeeAppService _employeeService,
                              ISummaryReportAppService _summaryReportService, IUserBranchAppService _userbranchService, IDynaCapAppService _dynaCapService,
                              ISysSetAppService _sysSetService, IFYDDAppService _FYDDService)
 {
     this._ItemService          = _ItemService;
     this._SubsidiaryService    = _SubsidiaryService;
     this._NewChartService      = _NewChartService;
     this._BranchService        = _BranchService;
     this._employeeService      = _employeeService;
     this._summaryReportService = _summaryReportService;
     this._userbranchService    = _userbranchService;
     this._sysSetService        = _sysSetService;
     this._dynaCapService       = _dynaCapService;
     this._FYDDService          = _FYDDService;
 }
Esempio n. 2
0
 public CashBookController(ISummaryReportAppService _SumRptService, ISummaryReportTypeAppService _SumRptTypeService,
                           ILedgerCaptionAppService _LedgerCapService, IUserBranchAppService _userbranchService, IEmployeeAppService _employeeService,
                           IBranchAppService _BranchService, ICashBookAppService _CashBookService, ICashOperationAppService _CashOperationService,
                           ISecUserInfoAppService _secUserInfoService, IFYDDAppService _FYDDService, ISysSetAppService _sysSetService)
 {
     this._SumRptService        = _SumRptService;
     this._SumRptTypeService    = _SumRptTypeService;
     this._LedgerCapService     = _LedgerCapService;
     this._BranchService        = _BranchService;
     this._CashBookService      = _CashBookService;
     this._CashOperationService = _CashOperationService;
     this._employeeService      = _employeeService;
     this._userbranchService    = _userbranchService;
     this._secUserInfoService   = _secUserInfoService;
     this._FYDDService          = _FYDDService;
     this._sysSetService        = _sysSetService;
 }
 public SummaryReportController(ILocationAppService _locationService, ISummaryReportAppService _SumRptService, ISummaryReportTypeAppService _SumRptTypeService,
                                ILedgerCaptionAppService _LedgerCapService, IBranchAppService _BranchService, IEmployeeAppService _employeeService, INewChartAppService _newchartAppService,
                                ISubsidiaryInfoAppService _SubsidiaryService, IItemInfoAppService _ItemService, IReportLedgerAppService _ReportLedgerService,
                                IVchrPreviewVMAppService _VchrPreviewVMService, IUserBranchAppService _userbranchService, IFYDDAppService _FYDDService, ISysSetAppService _sysSetService)
 {
     this._locationService      = _locationService;
     this._SumRptService        = _SumRptService;
     this._SumRptTypeService    = _SumRptTypeService;
     this._LedgerCapService     = _LedgerCapService;
     this._BranchService        = _BranchService;
     this._employeeService      = _employeeService;
     this._newchartAppService   = _newchartAppService;
     this._SubsidiaryService    = _SubsidiaryService;
     this._ItemService          = _ItemService;
     this._ReportLedgerService  = _ReportLedgerService;
     this._VchrPreviewVMService = _VchrPreviewVMService;
     this._userbranchService    = _userbranchService;
     this._FYDDService          = _FYDDService;
     this._sysSetService        = _sysSetService;
 }