public void AddProduct(int productNumber, DataTable table) { ProductPriceModel model = ProductHandling.DefaultPriceProduct(); product.AddPriceProduct(model); RetrievePriceProductsToTable(table); }
public void InitPriceProducts() { foreach (var n in productsNumber) { product.AddPriceProduct(ProductHandling.DefaultPriceProduct()); } }