Exemplo n.º 1
0
 public void Visit(RealEstate realEstate)
 {
     NetWorth += realEstate.PropertyValue;
 }
 public void Visit(RealEstate realEstate)
 {
     MonthlyIncome += realEstate.MonthlyRent;
 }