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