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 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; }