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