public QueryCondition() { Conditions = new List <QueryProperty>(); OrderBys = new List <OrderByProperty>(); PageInfo = new PageInfo(); }
public QueryResult() { Page = new PageInfo(); Result = new List <T>(); }