Пример #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);
 }
Пример #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));
 }
Пример #3
0
 System.Threading.Tasks.Task <BtyIntegrations.n11CityService.GetNeighborhoodsResponse1> BtyIntegrations.n11CityService.CityServicePort.GetNeighborhoodsAsync(BtyIntegrations.n11CityService.GetNeighborhoodsRequest1 request)
 {
     return(base.Channel.GetNeighborhoodsAsync(request));
 }
Пример #4
0
 BtyIntegrations.n11CityService.GetNeighborhoodsResponse1 BtyIntegrations.n11CityService.CityServicePort.GetNeighborhoods(BtyIntegrations.n11CityService.GetNeighborhoodsRequest1 request)
 {
     return(base.Channel.GetNeighborhoods(request));
 }