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