Beispiel #1
0
 // method to insert a new product
 public void InsertProduct(string name, decimal price, short quantity)
 {
     _adpProducts.Insert(name, price, quantity);
 }