Ejemplo n.º 1
0
 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;
 }