public System.Threading.Tasks.Task <SitioWeb.WS_Tipoidentificacion.UpdateResponse> UpdateAsync(string UidUserLogin, SitioWeb.WS_Tipoidentificacion.ClassTipoidentificacion VALUE) { SitioWeb.WS_Tipoidentificacion.UpdateRequest inValue = new SitioWeb.WS_Tipoidentificacion.UpdateRequest(); inValue.Body = new SitioWeb.WS_Tipoidentificacion.UpdateRequestBody(); inValue.Body.UidUserLogin = UidUserLogin; inValue.Body.VALUE = VALUE; return(((SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap)(this)).UpdateAsync(inValue)); }
public string Update(string UidUserLogin, SitioWeb.WS_Tipoidentificacion.ClassTipoidentificacion VALUE) { SitioWeb.WS_Tipoidentificacion.UpdateRequest inValue = new SitioWeb.WS_Tipoidentificacion.UpdateRequest(); inValue.Body = new SitioWeb.WS_Tipoidentificacion.UpdateRequestBody(); inValue.Body.UidUserLogin = UidUserLogin; inValue.Body.VALUE = VALUE; SitioWeb.WS_Tipoidentificacion.UpdateResponse retVal = ((SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap)(this)).Update(inValue); return(retVal.Body.resultado); }
System.Threading.Tasks.Task <SitioWeb.WS_Tipoidentificacion.UpdateResponse> SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap.UpdateAsync(SitioWeb.WS_Tipoidentificacion.UpdateRequest request) { return(base.Channel.UpdateAsync(request)); }
SitioWeb.WS_Tipoidentificacion.UpdateResponse SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap.Update(SitioWeb.WS_Tipoidentificacion.UpdateRequest request) { return(base.Channel.Update(request)); }