コード例 #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;
 }