예제 #1
0
 public Jump GetById(Int32 id)
 {
     return(jumpService.FindById(id));
 }