Beispiel #1
0
 public Hotel GetHotelDetail(int hotelId)
 {
     return(_hotelDal.GetHotelDetail(hotelId));
 }