Exemplo n.º 1
0
 public City(string country, string cityName, string timeZone, CityPopulation population)
 {
     Country    = country;
     Name       = cityName;
     TimeZone   = timeZone;
     Population = population;
 }
Exemplo n.º 2
0
 public City(string country, string cityName, string timeZone, CityPopulation population)
 {
 }