示例#1
0
 public System.Threading.Tasks.Task <ProyectoTiendita.ServicioProductos.ObtenerUnoResponse> ObtenerUnoAsync(int idProd)
 {
     ProyectoTiendita.ServicioProductos.ObtenerUnoRequest inValue = new ProyectoTiendita.ServicioProductos.ObtenerUnoRequest();
     inValue.Body        = new ProyectoTiendita.ServicioProductos.ObtenerUnoRequestBody();
     inValue.Body.idProd = idProd;
     return(((ProyectoTiendita.ServicioProductos.ServicioProductoSoap)(this)).ObtenerUnoAsync(inValue));
 }
示例#2
0
 public ProyectoTiendita.ServicioProductos.Producto ObtenerUno(int idProd)
 {
     ProyectoTiendita.ServicioProductos.ObtenerUnoRequest inValue = new ProyectoTiendita.ServicioProductos.ObtenerUnoRequest();
     inValue.Body        = new ProyectoTiendita.ServicioProductos.ObtenerUnoRequestBody();
     inValue.Body.idProd = idProd;
     ProyectoTiendita.ServicioProductos.ObtenerUnoResponse retVal = ((ProyectoTiendita.ServicioProductos.ServicioProductoSoap)(this)).ObtenerUno(inValue);
     return(retVal.Body.ObtenerUnoResult);
 }
示例#3
0
 System.Threading.Tasks.Task <ProyectoTiendita.ServicioProductos.ObtenerUnoResponse> ProyectoTiendita.ServicioProductos.ServicioProductoSoap.ObtenerUnoAsync(ProyectoTiendita.ServicioProductos.ObtenerUnoRequest request)
 {
     return(base.Channel.ObtenerUnoAsync(request));
 }
示例#4
0
 ProyectoTiendita.ServicioProductos.ObtenerUnoResponse ProyectoTiendita.ServicioProductos.ServicioProductoSoap.ObtenerUno(ProyectoTiendita.ServicioProductos.ObtenerUnoRequest request)
 {
     return(base.Channel.ObtenerUno(request));
 }