Esempio n. 1
0
 public List <Child> findByAge(int minAge, int maxAge)
 {
     return(repo.findByAge(minAge, maxAge));
 }