Ejemplo n.º 1
0
 public Room GetRoomWithId(string roomId)
 {
     return(cardGame.GetRoomWithId(roomId));
 }