コード例 #1
0
ファイル: PostageModel.cs プロジェクト: ngochoanhbr/dahuco
 public static IList <PostageModelInfo> GetTopNList(int intTopCount)
 {
     return(PostageModel.GetTopNList(intTopCount, string.Empty));
 }