예제 #1
0
 public QueryCondition()
 {
     Conditions = new List <QueryProperty>();
     OrderBys   = new List <OrderByProperty>();
     PageInfo   = new PageInfo();
 }
예제 #2
0
 public QueryResult()
 {
     Page   = new PageInfo();
     Result = new List <T>();
 }