예제 #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));
 }