Exemple #1
0
 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));
 }
Exemple #2
0
 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);
 }
Exemple #3
0
 System.Threading.Tasks.Task <SitioWeb.WS_Tipoidentificacion.UpdateResponse> SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap.UpdateAsync(SitioWeb.WS_Tipoidentificacion.UpdateRequest request)
 {
     return(base.Channel.UpdateAsync(request));
 }
Exemple #4
0
 SitioWeb.WS_Tipoidentificacion.UpdateResponse SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap.Update(SitioWeb.WS_Tipoidentificacion.UpdateRequest request)
 {
     return(base.Channel.Update(request));
 }