コード例 #1
0
        public HotelCarModel GetRegistrationByStarsId(string starsId)
        {
            HotelInfoRepository _hotel = new HotelInfoRepository();

            return(_hotel.GetHotelInfoByStarsId(starsId));
        }