Example #1
0
 //TOTALTRIPS
 public List <UserBookingList> GetTotalTripsList(UserData userdata)
 {
     return(tripDAL.GetTotalTrips(userdata));
 }