Exemple #1
0
 public virtual GeographicInformationByAddressResults[] GeographicInformationbyAddress([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified, ElementName = "HouseNumber")] string HouseNumber, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified, ElementName = "StreetName")] string StreetName, [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified, ElementName = "BoroughOrZipCode")] string BoroughOrZipCode)
 {
     return(ServiceLogic.GeographicInformationbyAddress(HouseNumber, StreetName, BoroughOrZipCode));
 }