Exemplo n.º 1
0
 public QueryCondition()
 {
     Conditions = new List <QueryProperty>();
     OrderBys   = new List <OrderByProperty>();
     PageInfo   = new PageInfo();
 }
Exemplo n.º 2
0
 public QueryResult()
 {
     Page   = new PageInfo();
     Result = new List <T>();
 }