Пример #1
0
 public ReportController(IScBizWorkService scBizWorkService
                         , IRptMasterService rptMasterService
                         , IScUsrService scUsrService
                         , IScCompMappingService scCompMappingService
                         , IScCavService scCavService
                         , IScMakService scMakService
                         , ITcmsCompStatusSelectViewService tcmsCompStatusSelectViewService
                         , IVcCompInfoService vcCompInfoService
                         , IScUsrService vcUsrInfoService
                         , IScMentoringTotalReportService _scMentoringTotalReportService
                         , IVcLastReportNSatService vcLastReportNSatService
                         , IVcMentorMappingService vcMentorMappingService
                         , ITcmsMentoringReportSelectViewService tcmsMentoringReportSelectViewService
                         , IScMentoringReportService scMentoringReportService
                         )
 {
     this.scBizWorkService                     = scBizWorkService;
     this.rptMasterService                     = rptMasterService;
     this.scUsrService                         = scUsrService;
     this.scCompMappingService                 = scCompMappingService;
     this.scCavService                         = scCavService;
     this.scMakService                         = scMakService;
     this.tcmsCompStatusSelectViewService      = tcmsCompStatusSelectViewService;
     this.vcCompInfoService                    = vcCompInfoService;
     this.vcUsrInfoService                     = vcUsrInfoService;
     this._scMentoringTotalReportService       = _scMentoringTotalReportService;
     this._VcLastReportNSatService             = vcLastReportNSatService;
     this.vcMentorMappingService               = vcMentorMappingService;
     this.tcmsMentoringReportSelectViewService = tcmsMentoringReportSelectViewService;
     this._scMentoringReportService            = scMentoringReportService;
 }
        public MentoringReportController(IScCompMappingService scCompMappingService
                                         , IScMentorMappingService scMentorMappingService
                                         , IScMentoringTotalReportService scMentoringTotalReportService
                                         , IScMentoringTrFileInfoService scMentoringTrFileInfoService

                                         , IScMentoringReportService scMentoringReportService
                                         , IScMentoringFileInfoService scMentoringFileInfoService
                                         , IProcMngService procMngService
                                         , IScUsrService vcUsrService
                                         , IVcMentorMappingService vcMentorMappingService
                                         , IVcCompInfoService _vcCompInfoService)
        {
            this._scCompMappingService          = scCompMappingService;
            this._scMentorMappingService        = scMentorMappingService;
            this._scMentoringTotalReportService = scMentoringTotalReportService;
            this._scMentoringTrFileInfoService  = scMentoringTrFileInfoService;

            this._scMentoringReportService   = scMentoringReportService;
            this._scMentoringFileInfoService = scMentoringFileInfoService;
            this.procMngService          = procMngService;
            this._vcUsrService           = vcUsrService;
            this._vcMentorMappingService = vcMentorMappingService;

            this._vcCompInfoService = _vcCompInfoService;
        }
 public MentoringReportController(IScCompMappingService scCompMappingService
     , IScMentorMappingService scMentorMappingService 
     , IScMentoringTotalReportService scMentoringTotalReportService
     , IScMentoringTrFileInfoService scMentoringTrFileInfoService
     , IScMentoringReportService scMentoringReportService
     , IScMentoringFileInfoService scMentoringFileInfoService)
 {
     this._scCompMappingService = scCompMappingService;
     this._scMentorMappingService = scMentorMappingService;
     this._scMentoringTotalReportService = scMentoringTotalReportService;
     this._scMentoringTrFileInfoService = scMentoringTrFileInfoService;
     this._scMentoringReportService = scMentoringReportService;
     this._scMentoringFileInfoService = scMentoringFileInfoService;
 }
Пример #4
0
 public MentoringReportController(IScCompMappingService scCompMappingService
                                  , IScMentorMappingService scMentorMappingService
                                  , IScMentoringTotalReportService scMentoringTotalReportService
                                  , IScMentoringTrFileInfoService scMentoringTrFileInfoService
                                  , IScMentoringReportService scMentoringReportService
                                  , IScMentoringFileInfoService scMentoringFileInfoService)
 {
     this._scCompMappingService          = scCompMappingService;
     this._scMentorMappingService        = scMentorMappingService;
     this._scMentoringTotalReportService = scMentoringTotalReportService;
     this._scMentoringTrFileInfoService  = scMentoringTrFileInfoService;
     this._scMentoringReportService      = scMentoringReportService;
     this._scMentoringFileInfoService    = scMentoringFileInfoService;
 }
Пример #5
0
 public ReportController(IScBizWorkService scBizWorkService
     , IScCompMappingService scCompMappingService
     , IScMentorMappingService scMentorMappingService
     , IScMentoringTotalReportService scMentoringTotalReportService
     , IScMentoringTrFileInfoService scMentoringTrFileInfoService
     , IScMentoringReportService scMentoringReportService
     , IScMentoringFileInfoService scMentoringFileInfoService
     , IRptMasterService rptMasterService
     , IFinenceReportService finenceReportService
     )
 {
     this._scBizWorkService = scBizWorkService;
     this._scCompMappingService = scCompMappingService;
     this._scMentorMappingService = scMentorMappingService;
     this._scMentoringTotalReportService = scMentoringTotalReportService;
     this._scMentoringTrFileInfoService = scMentoringTrFileInfoService;
     this._scMentoringReportService = scMentoringReportService;
     this._scMentoringFileInfoService = scMentoringFileInfoService;
     this.rptMasterService = rptMasterService;
     this._finenceReportService = finenceReportService;
 }