Ejemplo n.º 1
0
 /**
  * Adds a room with the given properties to the list of available rooms at the current hotel.
  *
  * @generated NOT
  */
 public Room addRoom(RoomType roomType, String roomName) {
   return roomHandling.addRoom(roomType, roomName);
 }