public void Construct(Cooker cooker)
 {
     cooker.PrepareProducts();
     cooker.Cook();
     cooker.GetLengthOfCooking();
 }
Exemple #2
0
 public void Construct(Cooker cooker)
 {
     cooker.PrepareProducts();
     cooker.Cook();
     cooker.GetLengthOfCooking();
 }