예제 #1
0
 public QualityController(IQualityService ChartService,
                          IEventReportManagerService EventReportManagerService,
                          IProcessIDTRSConfigService ProcessIDTRSConfigService,
                          IMachineYieldReportService machineYieldReportService,
                          IMES_SNOriginalService MES_SNOriginalService
                          )
 {
     this.QualityService            = ChartService;
     this.EventReportManagerService = EventReportManagerService;
     this.ProcessIDTRSConfigService = ProcessIDTRSConfigService;
     this.machineYieldReportService = machineYieldReportService;
     this.MES_SNOriginalService     = MES_SNOriginalService;
 }
예제 #2
0
 public EventReportManagerController(IEventReportManagerService EventReportManagerService, ISettingsService settingsService, ICommonService commonService)
 {
     this.commonService             = commonService;
     this.settingsService           = settingsService;
     this.EventReportManagerService = EventReportManagerService;
 }