Ejemplo n.º 1
0
 public wsTRH.pProductos.Productos Read(string No)
 {
     wsTRH.pProductos.Read inValue = new wsTRH.pProductos.Read();
     inValue.No = No;
     wsTRH.pProductos.Read_Result retVal = ((wsTRH.pProductos.Productos_Port)(this)).Read(inValue);
     return(retVal.Productos);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <wsTRH.pProductos.Read_Result> ReadAsync(string No)
 {
     wsTRH.pProductos.Read inValue = new wsTRH.pProductos.Read();
     inValue.No = No;
     return(((wsTRH.pProductos.Productos_Port)(this)).ReadAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <wsTRH.pProductos.Read_Result> wsTRH.pProductos.Productos_Port.ReadAsync(wsTRH.pProductos.Read request)
 {
     return(base.Channel.ReadAsync(request));
 }
Ejemplo n.º 4
0
 wsTRH.pProductos.Read_Result wsTRH.pProductos.Productos_Port.Read(wsTRH.pProductos.Read request)
 {
     return(base.Channel.Read(request));
 }