Esempio n. 1
0
 public override void Prepare()
 {
     Console.WriteLine($"Preparing {Name}");
     Dough  = IngredientFactory.CreateDough();
     Sauce  = IngredientFactory.CreateSauce();
     Cheese = IngredientFactory.CreateCheese();
     Meat   = IngredientFactory.CreateMeat();
 }