Exemple #1
0
 public static DataTable GetHuoDongBuyersCount(string date, string sellerId, string date2)
 {
     return(SmartDAL.GetHuoDongBuyersCount(date, sellerId, date2));
 }