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