Exemplo n.º 1
0
 // GET: api/Trips/5
 public IEnumerable <CommonTrip> Get(string email)
 {
     return(TripManager.RetrieveTripsByClient(email));
 }