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