Beispiel #1
0
        public List <HotelComment> GetHotelComment(int id)
        {
            HotelRepository repository = new HotelRepository();

            return(repository.GetHotelComment(id));
        }