示例#1
0
 public List <HotelImage> GetHotelImagesByHotelId(int hotelId)
 {
     return(_hotelDal.GetHotelImages(hotelId));
 }