public System.Threading.Tasks.Task <SitioWeb.WS_Tipoidentificacion.SelectResponse> SelectAsync(string UidUserLogin, SitioWeb.WS_Tipoidentificacion.ClassTipoidentificacion VALUE, string EstadoExistencia) { SitioWeb.WS_Tipoidentificacion.SelectRequest inValue = new SitioWeb.WS_Tipoidentificacion.SelectRequest(); inValue.Body = new SitioWeb.WS_Tipoidentificacion.SelectRequestBody(); inValue.Body.UidUserLogin = UidUserLogin; inValue.Body.VALUE = VALUE; inValue.Body.EstadoExistencia = EstadoExistencia; return(((SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap)(this)).SelectAsync(inValue)); }
public SitioWeb.WS_Tipoidentificacion.ClassTipoidentificacion[] Select(string UidUserLogin, SitioWeb.WS_Tipoidentificacion.ClassTipoidentificacion VALUE, string EstadoExistencia, out string resultado) { SitioWeb.WS_Tipoidentificacion.SelectRequest inValue = new SitioWeb.WS_Tipoidentificacion.SelectRequest(); inValue.Body = new SitioWeb.WS_Tipoidentificacion.SelectRequestBody(); inValue.Body.UidUserLogin = UidUserLogin; inValue.Body.VALUE = VALUE; inValue.Body.EstadoExistencia = EstadoExistencia; SitioWeb.WS_Tipoidentificacion.SelectResponse retVal = ((SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap)(this)).Select(inValue); resultado = retVal.Body.resultado; return(retVal.Body.SelectResult); }
System.Threading.Tasks.Task <SitioWeb.WS_Tipoidentificacion.SelectResponse> SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap.SelectAsync(SitioWeb.WS_Tipoidentificacion.SelectRequest request) { return(base.Channel.SelectAsync(request)); }
SitioWeb.WS_Tipoidentificacion.SelectResponse SitioWeb.WS_Tipoidentificacion.WS_TipoidentificacionSoap.Select(SitioWeb.WS_Tipoidentificacion.SelectRequest request) { return(base.Channel.Select(request)); }