Пример #1
0
 public static UIDataTable getNewCarGrid(int a_intPageSize, int a_intPageIndex, string where)
 {
     return(DecetePro.getCarGrid(a_intPageSize, a_intPageIndex, where));
 }