Beispiel #1
0
 public OrderPizzaMenu(AmericanCook cook)
 {
     this.Cook = cook;
 }
 public OrderShake(AmericanCook cook)
 {
     Cook = cook;
 }
 public OrderBurgerMenu(AmericanCook cook)
 {
     this.Cook = cook;
 }