Exemple #1
0
 public void Execute()
 {
     _customerChoice.Price = _price * 0.9;
     System.Console.WriteLine("Price after discount");
     _customerChoice.show();
 }
Exemple #2
0
 public void Execute()
 {
     _customerChoice.Price = _price;
     _customerChoice.show();
 }