예제 #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();
 }