コード例 #1
0
ファイル: UserGroup.cs プロジェクト: ngochoanhbr/dahuco
 public static IList <UserGroupInfo> GetPagerList(int intCurrentPageIndex, int intPageSize, ref int intTotalCount, ref int intTotalPage)
 {
     return(UserGroup.GetPagerList("", "Sort ASC,AutoID DESC", intCurrentPageIndex, intPageSize, ref intTotalCount, ref intTotalPage));
 }