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