Exemplo n.º 1
0
 public void updateAthlete(AthleteDTO athleteDTO)
 {
     athleteRepository.updateAthlete(athleteDTO);
 }