/// <inheritdoc />
 public bool Equals(ITransactionDiscount other)
 {
     return(Equals((object)other));
 }
Exemple #2
0
 public BasicMerchant(string name, ITransactionDiscount discount) => (Name, Discount) = (name, discount);