예제 #1
0
 public IEnumerable <JumpStatus> GetAll()
 {
     return(jumpService.GetAllJumpStatuses());
 }