Пример #1
0
 public System.Threading.Tasks.Task <SitioWeb.WS_Tipoidentificacion.InsertIntoResponse> InsertIntoAsync(string UidUserLogin, SitioWeb.WS_Tipoidentificacion.ClassTipoidentificacion VALUE)
 {
     SitioWeb.WS_Tipoidentificacion.InsertIntoRequest inValue = new SitioWeb.WS_Tipoidentificacion.InsertIntoRequest();
     inValue.Body = new SitioWeb.WS_Tipoidentificacion.InsertIntoRequestBody();
     inValue.Body.UidUserLogin = UidUserLogin;
     inValue.Body.VALUE        = VALUE;
     return(((SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap)(this)).InsertIntoAsync(inValue));
 }
Пример #2
0
 public string InsertInto(string UidUserLogin, SitioWeb.WS_Tipoidentificacion.ClassTipoidentificacion VALUE)
 {
     SitioWeb.WS_Tipoidentificacion.InsertIntoRequest inValue = new SitioWeb.WS_Tipoidentificacion.InsertIntoRequest();
     inValue.Body = new SitioWeb.WS_Tipoidentificacion.InsertIntoRequestBody();
     inValue.Body.UidUserLogin = UidUserLogin;
     inValue.Body.VALUE        = VALUE;
     SitioWeb.WS_Tipoidentificacion.InsertIntoResponse retVal = ((SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap)(this)).InsertInto(inValue);
     return(retVal.Body.resultado);
 }
Пример #3
0
 System.Threading.Tasks.Task <SitioWeb.WS_Tipoidentificacion.InsertIntoResponse> SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap.InsertIntoAsync(SitioWeb.WS_Tipoidentificacion.InsertIntoRequest request)
 {
     return(base.Channel.InsertIntoAsync(request));
 }
Пример #4
0
 SitioWeb.WS_Tipoidentificacion.InsertIntoResponse SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap.InsertInto(SitioWeb.WS_Tipoidentificacion.InsertIntoRequest request)
 {
     return(base.Channel.InsertInto(request));
 }