Exemple #1
0
 public TownMrGridController(MrGridService service, TownSupportService supportService)
 {
     _service        = service;
     _supportService = supportService;
 }
Exemple #2
0
 public AgpsTelecomController(TownSupportService service, AgpsService agpsService)
 {
     _service     = service;
     _agpsService = agpsService;
 }
 public AgpsMobileController(TownSupportService service, AgpsService agpsService)
 {
     _service     = service;
     _agpsService = agpsService;
 }