Exemplo n.º 1
0
 public void deleteAthlete(int id)
 {
     athleteRepository.deleteAthlete(id);
 }