Ejemplo n.º 1
0
 public void DeliverProduct(Product product)
 {
     Console.WriteLine(string.Format("Product {0} was delivered to the clinet at showroom.", product.Name));
 }
Ejemplo n.º 2
0
 public void DeliverProduct(Product product)
 {
     Console.WriteLine(string.Format("Product {0} was delivered to client's home by courier.", product.Name));
 }