void ASaleOccursWithAnAmountOf(Money price)
        {

        }
예제 #2
0
 protected bool Equals(Money other)
 {
     return Amount == other.Amount;
 }