Exemple #1
0
 public Pizza(PizzaBase pBase, string name)
 {
     this.PizzaBase    = pBase;
     this.PizzaTopping = new List <PizzaTopping>();
     this.Name         = name;
 }