Ejemplo n.º 1
0
 public override void prepare()
 {
     Console.WriteLine("Preparing" + name);
     dough  = ingredientFactory.createDough();
     sauce  = ingredientFactory.createSauce();
     cheese = ingredientFactory.createCheese();
     clams  = ingredientFactory.createClams();
 }