Exemplo n.º 1
0
        public SailsTrip GetTrip()
        {
            SailsTrip trip = null;

            try
            {
                trip = BookingViewBLL.TripGetById(Convert.ToInt32(ddlTrips.SelectedValue));
            }
            catch { }
            return(trip);
        }