Example #1
0
 public AthleteDTO findById(int id)
 {
     return(athleteRepository.findById(id));
 }