Пример #1
0
 public AxlNetClient.GetUserProfileProvisionRes getUserProfileProvision(AxlNetClient.GetUserProfileProvisionReq getUserProfileProvision1)
 {
     AxlNetClient.getUserProfileProvisionRequest inValue = new AxlNetClient.getUserProfileProvisionRequest();
     inValue.getUserProfileProvision = getUserProfileProvision1;
     AxlNetClient.getUserProfileProvisionResponse retVal = ((AxlNetClient.AXLPort74)(this)).getUserProfileProvision(inValue);
     return(retVal.getUserProfileProvisionResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getUserProfileProvisionResponse> getUserProfileProvisionAsync(AxlNetClient.GetUserProfileProvisionReq getUserProfileProvision)
 {
     AxlNetClient.getUserProfileProvisionRequest inValue = new AxlNetClient.getUserProfileProvisionRequest();
     inValue.getUserProfileProvision = getUserProfileProvision;
     return(((AxlNetClient.AXLPort74)(this)).getUserProfileProvisionAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.getUserProfileProvisionResponse> AxlNetClient.AXLPort74.getUserProfileProvisionAsync(AxlNetClient.getUserProfileProvisionRequest request)
 {
     return(base.Channel.getUserProfileProvisionAsync(request));
 }
Пример #4
0
 AxlNetClient.getUserProfileProvisionResponse AxlNetClient.AXLPort74.getUserProfileProvision(AxlNetClient.getUserProfileProvisionRequest request)
 {
     return(base.Channel.getUserProfileProvision(request));
 }