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;
        }
Example #2
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 MentorMngController(IScUsrService scUsrService,
                            IScBizWorkService _scBizWorkService,
                            IScMentorMappingService _scMentorMappingService,
                            IProcMngService procBaMentorMapping,
                            IVcBaInfoService vcBaInfoService,
                            IVcMentorMappingService vcMentorMappingService,
                            IProcMngService procMngService,
                            IScMentoringReportService scMentoringReportService,
                            IVcCompInfoService vcCompInfoService,
                            IVcLastReportNSatService vcLastReportNSatService,
                            IScCompMappingService vcCompMappingService,
                            IVcMentorInfoSerivce vcMentorInfoService,
                            IScUsrService _vcUsrService,
                            IVcCompInfoService _vcCompInfoService)
 {
     this._scUsrService             = scUsrService;
     this._scBizWorkService         = _scBizWorkService;
     this._scMentorMappingService   = _scMentorMappingService;
     this.procBaMentorMapping       = procBaMentorMapping;
     this.vcBaInfoService           = vcBaInfoService;
     this.vcMentorMappingService    = vcMentorMappingService;
     this.procMngService            = procMngService;
     this._scMentoringReportService = scMentoringReportService;
     this.vcCompInfoService         = vcCompInfoService;
     this.vcLastReportNSatService   = vcLastReportNSatService;
     this.vcCompMappingService      = vcCompMappingService;
     this.vcMentorInfoService       = vcMentorInfoService;
     this._vcUsrService             = _vcUsrService;
     this._vcCompInfoService        = _vcCompInfoService;
 }
 public BAMngController(IVcCompInfoService vcCompInfoService, IVcMentorMappingService vcMentorMappingService, ICompBaMngService compBaMngService, IScUsrService vcUsrInfoService)
 {
     this.vcCompInfoService      = vcCompInfoService;
     this.vcMentorMappingService = vcMentorMappingService;
     this.compBaMngService       = compBaMngService;
     this.vcUsrInfoService       = vcUsrInfoService;
 }
 public ConditionManagementController(IVcCompInfoService vcCompInfoService,
                                      IVcMentorMappingService vcMentorMappingService,
                                      ICompBaMngService compBaMngService,
                                      ITcmsCompStatusSelectViewService tcmsCompStatusSelectViewService,
                                      IProcMngService procBaMentorMapping,
                                      IScUsrService vcUsrInfoService,
                                      IVcLastReportNSatService _VcLastReportNSatService
                                      )
 {
     this.vcCompInfoService               = vcCompInfoService;
     this.vcMentorMappingService          = vcMentorMappingService;
     this.compBaMngService                = compBaMngService;
     this.tcmsCompStatusSelectViewService = tcmsCompStatusSelectViewService;
     this.procBaMentorMapping             = procBaMentorMapping;
     this.vcUsrInfoService                = vcUsrInfoService;
     this._VcLastReportNSatService        = _VcLastReportNSatService;
 }