Example #1
0
        public List <Booking> GetBookingsByCustomerPhone(string phone)
        {
            List <Booking> bookings = Rentals.GetBookingsByCustomerPhone(phone);

            return(bookings);
        }