public MrGridController(NearestPciCellService service, AgpsService agpsService) { _service = service; _agpsService = agpsService; }
public AgpsTelecomController(TownSupportService service, AgpsService agpsService) { _service = service; _agpsService = agpsService; }
public AgpsMobileController(TownSupportService service, AgpsService agpsService) { _service = service; _agpsService = agpsService; }