Пример #1
0
 public System.Threading.Tasks.Task <SitioWeb.WS_Tipoidentificacion.SelectFirstResponse> SelectFirstAsync(string UidUserLogin, string uidtipoidentificacion, string EstadoExistencia)
 {
     SitioWeb.WS_Tipoidentificacion.SelectFirstRequest inValue = new SitioWeb.WS_Tipoidentificacion.SelectFirstRequest();
     inValue.Body = new SitioWeb.WS_Tipoidentificacion.SelectFirstRequestBody();
     inValue.Body.UidUserLogin          = UidUserLogin;
     inValue.Body.uidtipoidentificacion = uidtipoidentificacion;
     inValue.Body.EstadoExistencia      = EstadoExistencia;
     return(((SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap)(this)).SelectFirstAsync(inValue));
 }
Пример #2
0
 public SitioWeb.WS_Tipoidentificacion.ClassTipoidentificacion SelectFirst(string UidUserLogin, string uidtipoidentificacion, string EstadoExistencia, out string resultado)
 {
     SitioWeb.WS_Tipoidentificacion.SelectFirstRequest inValue = new SitioWeb.WS_Tipoidentificacion.SelectFirstRequest();
     inValue.Body = new SitioWeb.WS_Tipoidentificacion.SelectFirstRequestBody();
     inValue.Body.UidUserLogin          = UidUserLogin;
     inValue.Body.uidtipoidentificacion = uidtipoidentificacion;
     inValue.Body.EstadoExistencia      = EstadoExistencia;
     SitioWeb.WS_Tipoidentificacion.SelectFirstResponse retVal = ((SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap)(this)).SelectFirst(inValue);
     resultado = retVal.Body.resultado;
     return(retVal.Body.SelectFirstResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <SitioWeb.WS_Tipoidentificacion.SelectFirstResponse> SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap.SelectFirstAsync(SitioWeb.WS_Tipoidentificacion.SelectFirstRequest request)
 {
     return(base.Channel.SelectFirstAsync(request));
 }
Пример #4
0
 SitioWeb.WS_Tipoidentificacion.SelectFirstResponse SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap.SelectFirst(SitioWeb.WS_Tipoidentificacion.SelectFirstRequest request)
 {
     return(base.Channel.SelectFirst(request));
 }