Example #1
0
 public static DataTable GetTable(string strWhere, int pageIndex, int pageSize, out int count)
 {
     return(Sys_LanguageDAL.GetTable(strWhere, pageIndex, pageSize, out count));
 }
Example #2
0
 public static DataTable GetTable(string strWhere)
 {
     return(Sys_LanguageDAL.GetTable(strWhere));
 }