示例#1
0
 public MrGridController(NearestPciCellService service, AgpsService agpsService)
 {
     _service     = service;
     _agpsService = agpsService;
 }
示例#2
0
 public AgpsTelecomController(TownSupportService service, AgpsService agpsService)
 {
     _service     = service;
     _agpsService = agpsService;
 }
示例#3
0
 public AgpsMobileController(TownSupportService service, AgpsService agpsService)
 {
     _service     = service;
     _agpsService = agpsService;
 }