Exemplo n.º 1
0
 public DeepDish(Pizza theSize)
 {
     mSize = theSize;
 }
Exemplo n.º 2
0
 public Artisan(Pizza theSize)
 {
     mSize = theSize;
 }
Exemplo n.º 3
0
 public Chicago(Pizza theSize)
 {
     mSize = theSize;
 }
Exemplo n.º 4
0
 public Standard(Pizza theSize)
 {
     mSize = theSize;
 }
Exemplo n.º 5
0
 public ThinCrust(Pizza theSize)
 {
     mSize = theSize;
 }
Exemplo n.º 6
0
 public Onion(Pizza thePizza)
 {
     mPizza = thePizza;
 }
Exemplo n.º 7
0
 public Jalepeno(Pizza thePizza)
 {
     mPizza = thePizza;
 }
Exemplo n.º 8
0
 public Ham(Pizza thePizza)
 {
     mPizza = thePizza;
 }
Exemplo n.º 9
0
 public Pineapple(Pizza thePizza)
 {
     mPizza = thePizza;
 }
Exemplo n.º 10
0
 public Pepperoni(Pizza thePizza)
 {
     mPizza = thePizza;
 }