Пример #1
0
 public DataTable GetProductPricebyBuyer(string creditDay, string BuyerID)
 {
     return(Product_DL.GetProductPricebyBuyer(creditDay, BuyerID));
 }