Exemple #1
0
 public ChickenBaconRanchMeltSubway(ISubwayRecipeFactory subwayRecipe)
 {
     this.subwayRecipe = subwayRecipe;
 }
Exemple #2
0
 public VeggieDeliteSubway(ISubwayRecipeFactory subwayRecipe)
 {
     this.subwayRecipe = subwayRecipe;
 }
Exemple #3
0
 public TurkeyBreastSubway(ISubwayRecipeFactory subwayRecipe)
 {
     this.subwayRecipe = subwayRecipe;
 }
Exemple #4
0
 public SpicyItalianSubway(ISubwayRecipeFactory subwayRecipe)
 {
     this.subwayRecipe = subwayRecipe;
 }
Exemple #5
0
 public BlackForestHamSubway(ISubwayRecipeFactory subwayRecipe)
 {
     this.subwayRecipe = subwayRecipe;
 }
Exemple #6
0
 public ClassicTunaSandwich(ISubwayRecipeFactory subwayRecipe)
 {
     this.subwayRecipe = subwayRecipe;
 }
Exemple #7
0
 public SweetOnionChickenTeriyakiSubway(ISubwayRecipeFactory subwayRecipe)
 {
     this.subwayRecipe = subwayRecipe;
 }
Exemple #8
0
 public ItalianBMTSubway(ISubwayRecipeFactory subwayRecipe)
 {
     this.subwayRecipe = subwayRecipe;
 }
Exemple #9
0
 public OvenRoastedChickenSubway(ISubwayRecipeFactory subwayRecipe)
 {
     this.subwayRecipe = subwayRecipe;
 }
Exemple #10
0
 public ColdCutComboSubway(ISubwayRecipeFactory subwayRecipe)
 {
     this.subwayRecipe = subwayRecipe;
 }
Exemple #11
0
 public BbqRibSubway(ISubwayRecipeFactory subwayRecipe)
 {
     this.subwayRecipe = subwayRecipe;
 }
Exemple #12
0
 public MeatballMarinaraSubway(ISubwayRecipeFactory subwayRecipe)
 {
     this.subwayRecipe = subwayRecipe;
 }
Exemple #13
0
 public SteakCheeseSubway(ISubwayRecipeFactory subwayRecipe)
 {
     this.subwayRecipe = subwayRecipe;
 }