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); }
public System.Threading.Tasks.Task <AxlNetClient.updatePhoneButtonTemplateResponse> updatePhoneButtonTemplateAsync(AxlNetClient.UpdatePhoneButtonTemplateReq updatePhoneButtonTemplate) { return(axlPortClient31.updatePhoneButtonTemplateAsync(updatePhoneButtonTemplate)); }
public AxlNetClient.StandardResponse updatePhoneButtonTemplate(AxlNetClient.UpdatePhoneButtonTemplateReq updatePhoneButtonTemplate1) { return(axlPortClient31.updatePhoneButtonTemplate(updatePhoneButtonTemplate1)); }
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)); }