Exemple #1
0
 public static string GetRoomTypeByID(string RoomID)
 {
     return(RoomTypeDAO.GetRoomTypeByID(RoomID));
 }