Exemplo n.º 1
0
 public Country(ContinentsEnum continentId, string countryCode, string name, string flagImageUrl)
 {
     ContinentId = continentId;
     CountryCode = countryCode;
     Name = name;
     FlagImageUrl = flagImageUrl;
 }
Exemplo n.º 2
0
 public Country(ContinentsEnum continentId, string countryCode, string name, string flagImageUrl)
 {
     ContinentId  = continentId;
     CountryCode  = countryCode;
     Name         = name;
     FlagImageUrl = flagImageUrl;
 }