Exemple #1
0
 public WorldWriterController(IWorldUserManagementService worldUserManagementService, IWorldOverviewService worldOverviewService)
 {
     this._worldUserManagementService = worldUserManagementService;
     this._worldOverviewService       = worldOverviewService;
 }
 public WorldController(IWorldManagementService worldManagementService, IWorldOverviewService worldOverviewService, IAuthenticationHelper authenticationHelper)
 {
     this._worldManagementService = worldManagementService;
     this._worldOverviewService   = worldOverviewService;
     this._authenticationHelper   = authenticationHelper;
 }