public GameRoomsController(IGameRoomsService gameRoomsService) { _gameRoomsService = gameRoomsService; }
public GameRoomsController() { _gameRoomsService = ServicesFactory.GameRoomsService; }