Пример #1
0
 public IQueryable <Department> ListQueryable()
 {
     return(_departmentDal.ListQueryable());
 }