示例#1
0
 public WebCareerListService.CareerDto[] Get()
 {
     WebCareerListService.GetRequest inValue = new WebCareerListService.GetRequest();
     inValue.Body = new WebCareerListService.GetRequestBody();
     WebCareerListService.GetResponse retVal = ((WebCareerListService.WebCareerListServiceSoap)(this)).Get(inValue);
     return(retVal.Body.GetResult);
 }
示例#2
0
 public System.Threading.Tasks.Task <WebCareerListService.GetResponse> GetAsync()
 {
     WebCareerListService.GetRequest inValue = new WebCareerListService.GetRequest();
     inValue.Body = new WebCareerListService.GetRequestBody();
     return(((WebCareerListService.WebCareerListServiceSoap)(this)).GetAsync(inValue));
 }
示例#3
0
 WebCareerListService.GetResponse WebCareerListService.WebCareerListServiceSoap.Get(WebCareerListService.GetRequest request)
 {
     return(base.Channel.Get(request));
 }
示例#4
0
 System.Threading.Tasks.Task <WebCareerListService.GetResponse> WebCareerListService.WebCareerListServiceSoap.GetAsync(WebCareerListService.GetRequest request)
 {
     return(base.Channel.GetAsync(request));
 }