示例#1
0
 public Burrito(IngredientFactory ingredientFactory)
 {
     _poultry     = ingredientFactory.GetPoultry();
     _meat        = ingredientFactory.GetMeat();
     _vegetation  = ingredientFactory.GetVegetation();
     _cheese      = ingredientFactory.GetCheese();
     _guacomole   = ingredientFactory.GetGuacomole();
     _rice        = ingredientFactory.GetRice();
     _beans       = ingredientFactory.GetBeans();
     _creamCheese = ingredientFactory.GetCreamCheese();
     _tomato      = ingredientFactory.GetTomato();
     _chili       = ingredientFactory.GetChili();
 }
示例#2
0
 public TurkeyTom(ITurkey turkey, ILettuce lettuce, ITomato tomato, IVinaigrette vinaigrette)
 {
 }
示例#3
0
 public Vegetarian(IProvolone provolone, IAvocado avocado, IAlfalfa alfalfa, ICucumber cucumber, ILettuce lettuce, ITomato tomato, IMayo mayo)
 {
 }
示例#4
0
 public BigJohn(IRoastBeef roastBeef, IMayo mayo, ILettuce lettuce, ITomato tomato)
 {
 }
示例#5
0
文件: Pepe.cs 项目: kkozmic/PaulTest
 public Pepe(IHam ham, IProvolone provolone, ILettuce lettuce, ITomato tomato, IMayo mayo)
 {
 }
示例#6
0
 public TotallyTuna(ITuna tuna, ICelery celery, IOnion onion, ITomato tomato, IAlfalfa alfalfa, ICucumber cucumber, ILettuce lettuce)
 {
 }
 public Vito(ISalami salami, IProvolone provolone, ICapicola capicola, IOnion onion, ILettuce lettuce, ITomato tomato, IVinaigrette vinaigrette)
 {
 }
 public Jjblt(IBacon bacon, ILettuce lettuce, ITomato tomato, IMayo mayo)
 {
 }
示例#9
0
 public Jjblt(IBacon bacon, ILettuce lettuce, ITomato tomato, IMayo mayo)
 {
 }
示例#10
0
 public Pepe(IHam ham, IProvolone provolone, ILettuce lettuce, ITomato tomato, IMayo mayo)
 {
 }
示例#11
0
 public Vegetarian(IProvolone provolone, IAvocado avocado, IAlfalfa alfalfa, ICucumber cucumber, ILettuce lettuce, ITomato tomato, IMayo mayo)
 {
 }
示例#12
0
 public Vito(ISalami salami, IProvolone provolone, ICapicola capicola, IOnion onion, ILettuce lettuce, ITomato tomato, IVinaigrette vinaigrette)
 {
 }
示例#13
0
 public TurkeyTom(ITurkey turkey, ILettuce lettuce, ITomato tomato, IVinaigrette vinaigrette)
 {
 }
示例#14
0
 public TotallyTuna(ITuna tuna, ICelery celery, IOnion onion, ITomato tomato, IAlfalfa alfalfa, ICucumber cucumber, ILettuce lettuce)
 {
 }
示例#15
0
 public BigJohn(IRoastBeef roastBeef, IMayo mayo, ILettuce lettuce, ITomato tomato)
 {
 }