Example #1
0
 public AxlNetClient.StandardResponse updateUser(AxlNetClient.UpdateUserReq updateUser1)
 {
     AxlNetClient.updateUserRequest inValue = new AxlNetClient.updateUserRequest();
     inValue.updateUser = updateUser1;
     AxlNetClient.updateUserResponse retVal = ((AxlNetClient.AXLPort22)(this)).updateUser(inValue);
     return(retVal.updateUserResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateUserResponse> updateUserAsync(AxlNetClient.UpdateUserReq updateUser)
 {
     AxlNetClient.updateUserRequest inValue = new AxlNetClient.updateUserRequest();
     inValue.updateUser = updateUser;
     return(((AxlNetClient.AXLPort22)(this)).updateUserAsync(inValue));
 }
Example #3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateUserResponse> updateUserAsync(AxlNetClient.UpdateUserReq updateUser)
 {
     return(axlPortClient22.updateUserAsync(updateUser));
 }
Example #4
0
 public AxlNetClient.StandardResponse updateUser(AxlNetClient.UpdateUserReq updateUser1)
 {
     return(axlPortClient22.updateUser(updateUser1));
 }