예제 #1
0
 public static UIDataTable getNewEntrustGrid(int a_intPageSize, int a_intPageIndex, string where)
 {
     return(DecetePro.getEntrustGrid(a_intPageSize, a_intPageIndex, where));
 }