Example #1
0
 public AxlNetClient.StandardResponse updatePhone(AxlNetClient.UpdatePhoneReq updatePhone1)
 {
     AxlNetClient.updatePhoneRequest inValue = new AxlNetClient.updatePhoneRequest();
     inValue.updatePhone = updatePhone1;
     AxlNetClient.updatePhoneResponse retVal = ((AxlNetClient.AXLPort43)(this)).updatePhone(inValue);
     return(retVal.updatePhoneResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updatePhoneResponse> updatePhoneAsync(AxlNetClient.UpdatePhoneReq updatePhone)
 {
     return(axlPortClient43.updatePhoneAsync(updatePhone));
 }
Example #3
0
 public AxlNetClient.StandardResponse updatePhone(AxlNetClient.UpdatePhoneReq updatePhone1)
 {
     return(axlPortClient43.updatePhone(updatePhone1));
 }
Example #4
0
 public System.Threading.Tasks.Task <AxlNetClient.updatePhoneResponse> updatePhoneAsync(AxlNetClient.UpdatePhoneReq updatePhone)
 {
     AxlNetClient.updatePhoneRequest inValue = new AxlNetClient.updatePhoneRequest();
     inValue.updatePhone = updatePhone;
     return(((AxlNetClient.AXLPort43)(this)).updatePhoneAsync(inValue));
 }