Example #1
0
        public string GetList()
        {
            SearchDAL search = new SearchDAL(this.PickupLocation, this.PickupDate, this.ReturnLocarion, this.ReturnDate);

            return(search.GetCars());
        }