コード例 #1
0
 public Ketchup()
 {
     Extra = NonNegativeQuantity.Get(0);
 }
コード例 #2
0
 public Mayo()
 {
     Extra = NonNegativeQuantity.Get(0);
 }