public Ketchup()
 {
     Extra = NonNegativeQuantity.Get(0);
 }
Beispiel #2
0
 public Mayo()
 {
     Extra = NonNegativeQuantity.Get(0);
 }