Ejemplo n.º 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 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 BasicSurveyReportController(
     IScCompMappingService scCompMappingService,
     IQuesCompInfoService quesCompInfoService,
     IScMentorMappingService scMentorMappingService,
     IRptCheckListService rptCheckListService,
     IRptMasterService rptMasterService,
     IRptMentorCommentService rptMentorCommentService,
     IQuesResult1Service quesResult1Service,
     IQuesResult2Service quesResult2Service,
     IQuesMasterService quesMasterService,
     IScBizWorkService scBizWorkService,
     IRptMngCodeService rptMngCodeService,
     IRptMngCommentService rptMngCommentService,
     ISboFinancialIndexTService sboFinancialIndexTService,
     IScCompInfoService scCompInfoService,
     IScCavService scCavService
     )
 {
     this.scCompMappingService = scCompMappingService;
     this.quesCompInfoService = quesCompInfoService;
     this.scMentorMappingService = scMentorMappingService;
     this.rptCheckListService = rptCheckListService;
     this.rptMasterService = rptMasterService;
     this.rptMentorCommentService = rptMentorCommentService;
     this.quesResult1Service = quesResult1Service;
     this.quesMasterService = quesMasterService;
     this.quesResult2Service = quesResult2Service;
     this.scBizWorkService = scBizWorkService;
     this.rptMngCodeService = rptMngCodeService;
     this.rptMngCommentService = rptMngCommentService;
     this.sboFinancialIndexTService = sboFinancialIndexTService;
     this.scCompInfoService = scCompInfoService;
     this.scCavService = scCavService;
 }
Ejemplo n.º 4
0
 public ReportController(IScBizWorkService scBizWorkService
     , IRptMasterService rptMasterService
     , IScUsrService scUsrService
     , IScCompMappingService scCompMappingService
     , IScCavService scCavService
     )
 {
     this.scBizWorkService = scBizWorkService;
     this.rptMasterService = rptMasterService;
     this.scUsrService = scUsrService;
     this.scCompMappingService = scCompMappingService;
     this.scCavService = scCavService;
 }