Пример #1
0
 public QueryFluent <T> Where(QueryObject <T> queryObject)
 {
     _filter.And(queryObject);
     return(this);
 }