示例#1
0
 public ChickenBaconRanchMeltRecipe()
 {
     _sandwichRecipe = new Product.Sandwich
     {
         RecipeName = "Subway Chicken & Bacon Ranch Melt"
     };
 }
示例#2
0
 public BbqRibRecipe()
 {
     _sandwichRecipe = new Product.Sandwich
     {
         RecipeName = "Subway BBQ Rib"
     };
 }