示例#1
0
 public System.Threading.Tasks.Task <SitioWeb.WS_Tiposerviciotecnico.SelectResponse> SelectAsync(string UidUserLogin, SitioWeb.WS_Tiposerviciotecnico.ClassTiposerviciotecnico VALUE, string EstadoExistencia)
 {
     SitioWeb.WS_Tiposerviciotecnico.SelectRequest inValue = new SitioWeb.WS_Tiposerviciotecnico.SelectRequest();
     inValue.Body = new SitioWeb.WS_Tiposerviciotecnico.SelectRequestBody();
     inValue.Body.UidUserLogin     = UidUserLogin;
     inValue.Body.VALUE            = VALUE;
     inValue.Body.EstadoExistencia = EstadoExistencia;
     return(((SitioWeb.WS_Tiposerviciotecnico.WS_TiposerviciotecnicoSoap)(this)).SelectAsync(inValue));
 }
示例#2
0
 public SitioWeb.WS_Tiposerviciotecnico.ClassTiposerviciotecnico[] Select(string UidUserLogin, SitioWeb.WS_Tiposerviciotecnico.ClassTiposerviciotecnico VALUE, string EstadoExistencia, out string resultado)
 {
     SitioWeb.WS_Tiposerviciotecnico.SelectRequest inValue = new SitioWeb.WS_Tiposerviciotecnico.SelectRequest();
     inValue.Body = new SitioWeb.WS_Tiposerviciotecnico.SelectRequestBody();
     inValue.Body.UidUserLogin     = UidUserLogin;
     inValue.Body.VALUE            = VALUE;
     inValue.Body.EstadoExistencia = EstadoExistencia;
     SitioWeb.WS_Tiposerviciotecnico.SelectResponse retVal = ((SitioWeb.WS_Tiposerviciotecnico.WS_TiposerviciotecnicoSoap)(this)).Select(inValue);
     resultado = retVal.Body.resultado;
     return(retVal.Body.SelectResult);
 }
示例#3
0
 System.Threading.Tasks.Task <SitioWeb.WS_Tiposerviciotecnico.SelectResponse> SitioWeb.WS_Tiposerviciotecnico.WS_TiposerviciotecnicoSoap.SelectAsync(SitioWeb.WS_Tiposerviciotecnico.SelectRequest request)
 {
     return(base.Channel.SelectAsync(request));
 }
示例#4
0
 SitioWeb.WS_Tiposerviciotecnico.SelectResponse SitioWeb.WS_Tiposerviciotecnico.WS_TiposerviciotecnicoSoap.Select(SitioWeb.WS_Tiposerviciotecnico.SelectRequest request)
 {
     return(base.Channel.Select(request));
 }