Exemplo n.º 1
0
 public static DataTable GetBuyersCount(int gradeLevel, string sellerId)
 {
     return(SmartDAL.GetBuyersCount(gradeLevel, sellerId));
 }