Esempio n. 1
0
 public static List <Room> GetRoomsByIdHotel(int IdHotel)
 {
     return(RoomDB.GetRoomForHotel(IdHotel));
 }