Example #1
0
 public void Visit(RealEstate realEstate)
 {
     Total += realEstate.EstimatedValue;
 }
Example #2
0
 public void Visit(RealEstate realEstate)
 {
     Total += realEstate.EstimatedValue;
 }
Example #3
0
 public void Visit(RealEstate realEstate)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public void Visit(RealEstate realEstate)
 {
     throw new NotImplementedException();
 }