Beispiel #1
0
 public void Trash()
 {
     Console.Write("You trash the pizza ");
     ingredient.OnTrash();
 }
Beispiel #2
0
 public void Trash()
 {
     Console.Write("You trash the falafel ");
     ingredient.OnTrash();
 }