예제 #1
0
 public Hotel Get(int id)
 {
     return(HotelRepository.GetByID(id));
 }