コード例 #1
0
ファイル: Quantity.cs プロジェクト: elbandit/PPPDDD
 public Quantity add(Quantity quantity)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Quantity.cs プロジェクト: elbandit/PPPDDD
 internal bool contains_more_than(Quantity quantity_threshold)
 {
     throw new NotImplementedException();
 }
 internal void increase_item_quantity_by(Quantity quantity)
 {
     throw new NotImplementedException();
 }