Exemple #1
0
        public HotelComment AddHotelComment(HotelComment hotelcomment)
        {
            HotelRepository repository = new HotelRepository();

            return(repository.AddHotelComment(hotelcomment));
        }