Esempio n. 1
0
 public static Int64 GetRoomPriceByType(string RoomType)
 {
     return(RoomTypeDAO.GetRoomPriceByType(RoomType));
 }