Ejemplo n.º 1
0
 //public object GetRichQueryList(string helpid, int pageSize, int pageIndex, ref int totalRecord, string clientQuery, string outJsonQuery, string leftLikeJsonQuery, string clientSqlFilter, bool ormMode)
 public object GetRichQueryList(RichHelpListArgEntity entity, ref int totalRecord, bool ormMode)
 {
     return(dac.GetRichQueryList(entity, ref totalRecord, ormMode));
 }