Пример #1
0
 public IEnumerable <JumpType> GetAll()
 {
     return(jumpService.GetAllJumpTypes());
 }