コード例 #1
0
 public PepperoniPizza(I_PizzaIngredientFactory ingredientFactory)
 {
     this.ingredientFactory = ingredientFactory;
 }
コード例 #2
0
 public VeggiePizza(I_PizzaIngredientFactory ingredientFactory)
 {
     this.ingredientFactory = ingredientFactory;
 }
コード例 #3
0
 public CheesePizza(I_PizzaIngredientFactory ingredientFactory)
 {
     this.ingredientFactory = ingredientFactory;
 }
コード例 #4
0
 public ClamPizza(I_PizzaIngredientFactory ingredientFactory)
 {
     this.ingredientFactory = ingredientFactory;
 }