예제 #1
0
파일: NMS.cs 프로젝트: wwkkww1983/WMS
 public string ConditionQueryPager(UserContext uContext, string EntityName, string where, int pageindex, int pagesize)
 {
     return(Pager.ConditionQueryPager(uContext, EntityName, where, pageindex, pagesize));
 }