public void Pay(ISupplierVisitor v) { v.PayCottageIndustrySupplier(this); }
public void Pay(ISupplierVisitor v) { v.PayWithMoneyTransfer(this); }