Example #1
0
        public Customer GetCustomerFromBooking(Booking booking)
        {
            Customer customer = Rentals.GetCustomerFromBooking(booking);

            return(customer);
        }