Ejemplo n.º 1
0
 public GameRoomsController(IGameRoomsService gameRoomsService)
 {
     _gameRoomsService = gameRoomsService;
 }
Ejemplo n.º 2
0
 public GameRoomsController()
 {
     _gameRoomsService = ServicesFactory.GameRoomsService;
 }