예제 #1
0
 public MonthYuejiTrendController(MonthKpiService service)
 {
     _service = service;
 }
예제 #2
0
 public MonthPreciseTrendController(MonthKpiService service)
 {
     _service = service;
 }
예제 #3
0
 public MonthFlow4GTo3GTrendController(MonthKpiService service)
 {
     _service = service;
 }
예제 #4
0
 public MonthComplainsTrendController(MonthKpiService service)
 {
     _service = service;
 }
예제 #5
0
 public MonthMaintainProjectTrendController(MonthKpiService service)
 {
     _service = service;
 }
예제 #6
0
 public MonthDropTrendController(MonthKpiService service)
 {
     _service = service;
 }
예제 #7
0
 public MonthAlarmProcessTrendController(MonthKpiService service)
 {
     _service = service;
 }
예제 #8
0
 public MonthAlarmWorkTrendController(MonthKpiService service)
 {
     _service = service;
 }
예제 #9
0
 public MonthKpiController(MonthKpiService service)
 {
     _service = service;
 }
예제 #10
0
 public MonthAverageAlarmsTrendController(MonthKpiService service)
 {
     _service = service;
 }
예제 #11
0
 public MonthGongxinTrendController(MonthKpiService service)
 {
     _service = service;
 }