예제 #1
0
 public City(string country, string cityName, string timeZone, CityPopulation population)
 {
     Country    = country;
     Name       = cityName;
     TimeZone   = timeZone;
     Population = population;
 }
예제 #2
0
 public City(string country, string cityName, string timeZone, CityPopulation population)
 {
 }