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