예제 #1
0
 public static Hotel GetHotelById(int id)
 {
     return(HotelDB.GetHotelfromId(id));
 }