コード例 #1
0
 public static string GetHotelName(int IdHotel)
 {
     return(HotelDB.GetHotelName(IdHotel));
 }