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 LocalReportUtil(
     IScBizWorkService scBizWorkService,
     IQuesResult1Service quesResult1Service,
     IQuesResult2Service quesResult2Service,
     IQuesMasterService quesMasterService,
     ISboFinancialIndexTService sboFinancialIndexTService,
     IScFinancialIndexTService scFinancialIndexTService,
     IScCavService scCavService,
     IScUsrService scUsrService,
     IScCompanyFinanceService scCompanyFinanceService,
     IRptMasterService rptMasterService,
     IProcMngService procMngService)
 {
     this.scBizWorkService          = scBizWorkService;
     this.quesResult1Service        = quesResult1Service;
     this.quesResult2Service        = quesResult2Service;
     this.quesMasterService         = quesMasterService;
     this.sboFinancialIndexTService = sboFinancialIndexTService;
     this.scFinancialIndexTService  = scFinancialIndexTService;
     this.scCavService            = scCavService;
     this.scUsrService            = scUsrService;
     this.scCompanyFinanceService = scCompanyFinanceService;
     this.rptMasterService        = rptMasterService;
     this.procMngService          = procMngService;
 }
 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 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;
 }