Exemple #1
0
 public bool DecreasePrice(StoredProduct productToDeliver, int amount)
 {
     return(delivery.DecreaseDeliveryPrice(productToDeliver, amount));
 }