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