示例#1
0
 public Quantity add(Quantity quantity)
 {
     throw new NotImplementedException();
 }
示例#2
0
 internal bool contains_more_than(Quantity quantity_threshold)
 {
     throw new NotImplementedException();
 }
 internal void increase_item_quantity_by(Quantity quantity)
 {
     throw new NotImplementedException();
 }