Пример #1
0
 public IQueryable <T> GetAll <T>() where T : DomainObject
 {
     return(_session.GetAll <T>());
 }