예제 #1
0
 public IEnumerable <Jump> GetAllForElimination(Int32 idElimination)
 {
     return(jumpService.GetAllForElimination(idElimination));
 }