Beispiel #1
0
 public Order(Cook cook)
 {
     this.cook = cook;
 }
Beispiel #2
0
 public MakeOrder(Cook cook) :
     base(cook)
 {
 }