Example #1
0
 public NewAthleteResponseDTO insertAthlete(AthleteDTO athleteDTO)
 {
     return(athleteRepository.insertAthlete(athleteDTO));
 }