Beispiel #1
0
 public GameRoomsController(IGameRoomsService gameRoomsService)
 {
     _gameRoomsService = gameRoomsService;
 }
Beispiel #2
0
 public GameRoomsController()
 {
     _gameRoomsService = ServicesFactory.GameRoomsService;
 }