Esempio n. 1
0
 public TownMrGridController(MrGridService service, TownSupportService supportService)
 {
     _service        = service;
     _supportService = supportService;
 }
Esempio n. 2
0
 public AgpsTelecomController(TownSupportService service, AgpsService agpsService)
 {
     _service     = service;
     _agpsService = agpsService;
 }
Esempio n. 3
0
 public AgpsMobileController(TownSupportService service, AgpsService agpsService)
 {
     _service     = service;
     _agpsService = agpsService;
 }