예제 #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;
 }