Ejemplo n.º 1
0
 public static UIDataTable GetOperationAnalysisGrid(int a_intPageSize, int a_intPageIndex, string where)
 {
     return(MandateInfoPro.GetOperationAnalysisGrid(a_intPageSize, a_intPageIndex, where));
 }