コード例 #1
0
ファイル: SmartBLL.cs プロジェクト: fubendong/--CTCRM
 public static DataTable GetBuyersCount(int gradeLevel, string sellerId)
 {
     return(SmartDAL.GetBuyersCount(gradeLevel, sellerId));
 }