Ejemplo n.º 1
0
 public PepperoniPizza(I_PizzaIngredientFactory ingredientFactory)
 {
     this.ingredientFactory = ingredientFactory;
 }
Ejemplo n.º 2
0
 public VeggiePizza(I_PizzaIngredientFactory ingredientFactory)
 {
     this.ingredientFactory = ingredientFactory;
 }
Ejemplo n.º 3
0
 public CheesePizza(I_PizzaIngredientFactory ingredientFactory)
 {
     this.ingredientFactory = ingredientFactory;
 }
Ejemplo n.º 4
0
 public ClamPizza(I_PizzaIngredientFactory ingredientFactory)
 {
     this.ingredientFactory = ingredientFactory;
 }