Exemple #1
0
 public static DataTable GetNewBuyer30Days(string sellerId)
 {
     return(SmartDAL.GetNewBuyer30Days(sellerId));
 }