Exemplo n.º 1
0
 public WebPersonListService.PersonDto[] Get()
 {
     WebPersonListService.GetRequest inValue = new WebPersonListService.GetRequest();
     inValue.Body = new WebPersonListService.GetRequestBody();
     WebPersonListService.GetResponse retVal = ((WebPersonListService.WebPersonListServiceSoap)(this)).Get(inValue);
     return(retVal.Body.GetResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <WebPersonListService.GetResponse> GetAsync()
 {
     WebPersonListService.GetRequest inValue = new WebPersonListService.GetRequest();
     inValue.Body = new WebPersonListService.GetRequestBody();
     return(((WebPersonListService.WebPersonListServiceSoap)(this)).GetAsync(inValue));
 }
Exemplo n.º 3
0
 WebPersonListService.GetResponse WebPersonListService.WebPersonListServiceSoap.Get(WebPersonListService.GetRequest request)
 {
     return(base.Channel.Get(request));
 }
Exemplo n.º 4
0
 System.Threading.Tasks.Task <WebPersonListService.GetResponse> WebPersonListService.WebPersonListServiceSoap.GetAsync(WebPersonListService.GetRequest request)
 {
     return(base.Channel.GetAsync(request));
 }