Exemplo n.º 1
0
 public BtyIntegrations.n11CityService.GetNeighborhoodsResponse GetNeighborhoods(BtyIntegrations.n11CityService.GetNeighborhoodsRequest GetNeighborhoodsRequest)
 {
     BtyIntegrations.n11CityService.GetNeighborhoodsRequest1 inValue = new BtyIntegrations.n11CityService.GetNeighborhoodsRequest1();
     inValue.GetNeighborhoodsRequest = GetNeighborhoodsRequest;
     BtyIntegrations.n11CityService.GetNeighborhoodsResponse1 retVal = ((BtyIntegrations.n11CityService.CityServicePort)(this)).GetNeighborhoods(inValue);
     return(retVal.GetNeighborhoodsResponse);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <BtyIntegrations.n11CityService.GetNeighborhoodsResponse1> GetNeighborhoodsAsync(BtyIntegrations.n11CityService.GetNeighborhoodsRequest GetNeighborhoodsRequest)
 {
     BtyIntegrations.n11CityService.GetNeighborhoodsRequest1 inValue = new BtyIntegrations.n11CityService.GetNeighborhoodsRequest1();
     inValue.GetNeighborhoodsRequest = GetNeighborhoodsRequest;
     return(((BtyIntegrations.n11CityService.CityServicePort)(this)).GetNeighborhoodsAsync(inValue));
 }
Exemplo n.º 3
0
 public GetNeighborhoodsRequest1(BtyIntegrations.n11CityService.GetNeighborhoodsRequest GetNeighborhoodsRequest)
 {
     this.GetNeighborhoodsRequest = GetNeighborhoodsRequest;
 }