예제 #1
0
 public IEnumerable <Jump> GetByAllForContest(Int32 idContest)
 {
     return(jumpService.GetAllForContest(idContest));
 }