Exemple #1
0
 public Trips GetById(int id)
 {
     return(_TripsRepo.GetById(id));
 }