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