Пример #1
0
 public List<Trip> findByCountry(Country country) {
   return tripService.findByCountry(country);
 }