Пример #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);
 }
Пример #2
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));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.updatePhoneResponse> AxlNetClient.AXLPort43.updatePhoneAsync(AxlNetClient.updatePhoneRequest request)
 {
     return(base.Channel.updatePhoneAsync(request));
 }
Пример #4
0
 AxlNetClient.updatePhoneResponse AxlNetClient.AXLPort43.updatePhone(AxlNetClient.updatePhoneRequest request)
 {
     return(base.Channel.updatePhone(request));
 }