Ejemplo n.º 1
0
 @Override
 public Railway findBySlug(String slug) {
   return repo.findBySlug(slug);
 }