예제 #1
0
 public void CreateSandwhich()
 {
     _sandwich = new Sandwich();
     PrepareBread();
     ApplyMeatAndCheese();
     ApplyVegetables();
     AddCondiments();
 }
예제 #2
0
 public void CreateNewSandwich()
 {
     _sandwich = new Sandwich();
 }