public void CreateSandwhich() { _sandwich = new Sandwich(); PrepareBread(); ApplyMeatAndCheese(); ApplyVegetables(); AddCondiments(); }
public void CreateNewSandwich() { _sandwich = new Sandwich(); }