Пример #1
0
 public IQueryable <Education> GetAll()
 {
     return((IQueryable <Education>)link.Education_GetAll());
 }