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