Merge pull request #2 from aveyrier/master

Set Address as the base type of DetailedAddress. Thanks for highlighting this.
This commit is contained in:
Ricky Brundritt 2017-02-07 10:23:28 -08:00 коммит произвёл GitHub
Родитель 5b8ff3a869 4305bf9515
Коммит ea7c9b2050
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -70,7 +70,7 @@ namespace BingMapsRESTToolkit
} }
[DataContract] [DataContract]
public class DetailedAddress public class DetailedAddress : Address
{ {
[DataMember(Name = "countryRegionIso2", EmitDefaultValue = false)] [DataMember(Name = "countryRegionIso2", EmitDefaultValue = false)]
public string CountryRegionIso2 { get; set; } public string CountryRegionIso2 { get; set; }