예제 #1
0
 public System.Threading.Tasks.Task <WebUserService.GetAllResponse> GetAllAsync()
 {
     WebUserService.GetAllRequest inValue = new WebUserService.GetAllRequest();
     inValue.Body = new WebUserService.GetAllRequestBody();
     return(((WebUserService.WebUserServiceSoap)(this)).GetAllAsync(inValue));
 }
예제 #2
0
 System.Threading.Tasks.Task <WebUserService.GetAllResponse> WebUserService.WebUserServiceSoap.GetAllAsync(WebUserService.GetAllRequest request)
 {
     return(base.Channel.GetAllAsync(request));
 }