예제 #1
0
 public BalSheetRptController(IBranchAppService _BranchService, IProjInfoAppService _ProjInfoService,
                              IBalSheetRptAppService _BalSheetRptService, ISysSetAppService _sysSetService, IFYDDAppService _FYDDService)
 {
     this._BranchService      = _BranchService;
     this._ProjInfoService    = _ProjInfoService;
     this._BalSheetRptService = _BalSheetRptService;
     this._sysSetService      = _sysSetService;
     this._FYDDService        = _FYDDService;
 }
예제 #2
0
 public JobWiseRecPayController(IBranchAppService _BranchService, IProjInfoAppService _ProjInfoService,
                                IBalSheetRptAppService _BalSheetRptService, ISysSetAppService _sysSetService, IFYDDAppService _FYDDService,
                                IrptJobWiseVMAppService _JobWiseReportService)
 {
     this._BranchService        = _BranchService;
     this._ProjInfoService      = _ProjInfoService;
     this._BalSheetRptService   = _BalSheetRptService;
     this._sysSetService        = _sysSetService;
     this._FYDDService          = _FYDDService;
     this._JobWiseReportService = _JobWiseReportService;
 }