Example #1
0
 public ParametersController(BasicImportService basicImportService, AlarmsService alarmsService,
                             NearestPciCellService neighborService, MrGridService mrGridService,
                             FlowService flowService, CoverageStatService coverageService, StationImportService stationImportService,
                             ZhangshangyouQualityService zhangshangyouQualityService, ZhangshangyouCoverageService zhangshangyouCoverageService,
                             HourPrbService hourKpiService, HourUsersService hourUsersService, HourCqiService hourCqiService)
 {
     _basicImportService           = basicImportService;
     _alarmsService                = alarmsService;
     _neighborService              = neighborService;
     _mrGridService                = mrGridService;
     _flowService                  = flowService;
     _coverageService              = coverageService;
     _stationImportService         = stationImportService;
     _zhangshangyouQualityService  = zhangshangyouQualityService;
     _zhangshangyouCoverageService = zhangshangyouCoverageService;
     _hourKpiService               = hourKpiService;
     _hourUsersService             = hourUsersService;
     _hourCqiService               = hourCqiService;
 }
Example #2
0
 public DumpZhangshangyouQualityController(ZhangshangyouQualityService service)
 {
     _service = service;
 }