void ASaleOccursWithAnAmountOf(Money price)
        {

        }
Ejemplo n.º 2
0
 protected bool Equals(Money other)
 {
     return Amount == other.Amount;
 }