Ejemplo n.º 1
0
 public MrGridController(NearestPciCellService service, AgpsService agpsService)
 {
     _service     = service;
     _agpsService = agpsService;
 }
Ejemplo n.º 2
0
 public AgpsTelecomController(TownSupportService service, AgpsService agpsService)
 {
     _service     = service;
     _agpsService = agpsService;
 }
Ejemplo n.º 3
0
 public AgpsMobileController(TownSupportService service, AgpsService agpsService)
 {
     _service     = service;
     _agpsService = agpsService;
 }