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