Exemplo n.º 1
0
 public AxlNetClient.StandardResponse updatePhoneButtonTemplate(AxlNetClient.UpdatePhoneButtonTemplateReq updatePhoneButtonTemplate1)
 {
     AxlNetClient.updatePhoneButtonTemplateRequest inValue = new AxlNetClient.updatePhoneButtonTemplateRequest();
     inValue.updatePhoneButtonTemplate = updatePhoneButtonTemplate1;
     AxlNetClient.updatePhoneButtonTemplateResponse retVal = ((AxlNetClient.AXLPort31)(this)).updatePhoneButtonTemplate(inValue);
     return(retVal.updatePhoneButtonTemplateResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updatePhoneButtonTemplateResponse> updatePhoneButtonTemplateAsync(AxlNetClient.UpdatePhoneButtonTemplateReq updatePhoneButtonTemplate)
 {
     return(axlPortClient31.updatePhoneButtonTemplateAsync(updatePhoneButtonTemplate));
 }
Exemplo n.º 3
0
 public AxlNetClient.StandardResponse updatePhoneButtonTemplate(AxlNetClient.UpdatePhoneButtonTemplateReq updatePhoneButtonTemplate1)
 {
     return(axlPortClient31.updatePhoneButtonTemplate(updatePhoneButtonTemplate1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.updatePhoneButtonTemplateResponse> updatePhoneButtonTemplateAsync(AxlNetClient.UpdatePhoneButtonTemplateReq updatePhoneButtonTemplate)
 {
     AxlNetClient.updatePhoneButtonTemplateRequest inValue = new AxlNetClient.updatePhoneButtonTemplateRequest();
     inValue.updatePhoneButtonTemplate = updatePhoneButtonTemplate;
     return(((AxlNetClient.AXLPort31)(this)).updatePhoneButtonTemplateAsync(inValue));
 }