Example #1
0
 public void Visit(RealEstate realEstate)
 {
     Amount += realEstate.MonthlyRent;
 }
 public void Visit(RealEstate realEstate)
 {
     Total += realEstate.EstimatedValue;
 }