public InstanceController(IRegionService regionService, IAccountService accountService, IInactivationService inactivationService)
 {
     this.regionService = regionService;
     this.accountService = accountService;
     this.inactivationService = inactivationService;
 }
Exemple #2
0
 public InstanceController(IRegionService regionService, IAccountService accountService, IInactivationService inactivationService)
 {
     this.regionService       = regionService;
     this.accountService      = accountService;
     this.inactivationService = inactivationService;
 }