Exemplo n.º 1
0
 public override string ToString()
 {
     return(City.ToString() + Country.ToString() + County.ToString());
 }
Exemplo n.º 2
0
 public Address(City city, County county, Country country, string details, string postalCode) : this(0, city,
                                                                                                     county, country, details, postalCode)
 {
 }