Exemple #1
0
 public List <AthleteDTO> findByName(string name)
 {
     return(athleteRepository.findByName(name));
 }