예제 #1
0
 public JumpDTO GetBestResultForAthlete(Int32 idAthlete)
 {
     return(jumpService.GetBestResultForAthlete(idAthlete));
 }