예제 #1
0
 public IEnumerable <JumpChartDTO> GetJumpsForChartSummer(Int32 idAthlete)
 {
     return(jumpService.GetJumpsforChartSummer(idAthlete));
 }