Example #1
0
 public bool DeleteTrip(Trip item)
 {
     return(tripDAL.Delete(item));
 }