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