コード例 #1
0
ファイル: NMS.cs プロジェクト: wwkkww1983/WMS
 public string ConditionExactQueryPager(UserContext uContext, string entity, string where, int pageindex, int pagesize)
 {
     return(Pager.ConditionExactQueryPager(uContext, entity, where, pageindex, pagesize));
 }