Example #1
0
 public List <Trip> GetList()
 {
     return(tripDAL.GetList());
 }