Exemplo n.º 1
0
 public void CreateSandwhich()
 {
     _sandwich = new Sandwich();
     PrepareBread();
     ApplyMeatAndCheese();
     ApplyVegetables();
     AddCondiments();
 }
Exemplo n.º 2
0
 public void CreateNewSandwich()
 {
     _sandwich = new Sandwich();
 }