예제 #1
0
        public JsonResult GetHotelPricing()
        {
            _serviceEndPoint = new ServicesEndPoint.GeneralSevices.ServicesEndPoint(_simbaToursUnitOfWork, _emailService);

            HotelPricing[] deals = _serviceEndPoint.GetHotelPricing();

            return(Json(deals));
        }