示例#1
0
 public System.Threading.Tasks.Task <ProyectoTiendita.ServicioProductos.AgregarProductoResponse> AgregarProductoAsync(ProyectoTiendita.ServicioProductos.Producto prod)
 {
     ProyectoTiendita.ServicioProductos.AgregarProductoRequest inValue = new ProyectoTiendita.ServicioProductos.AgregarProductoRequest();
     inValue.Body      = new ProyectoTiendita.ServicioProductos.AgregarProductoRequestBody();
     inValue.Body.prod = prod;
     return(((ProyectoTiendita.ServicioProductos.ServicioProductoSoap)(this)).AgregarProductoAsync(inValue));
 }
示例#2
0
 public bool AgregarProducto(ProyectoTiendita.ServicioProductos.Producto prod)
 {
     ProyectoTiendita.ServicioProductos.AgregarProductoRequest inValue = new ProyectoTiendita.ServicioProductos.AgregarProductoRequest();
     inValue.Body      = new ProyectoTiendita.ServicioProductos.AgregarProductoRequestBody();
     inValue.Body.prod = prod;
     ProyectoTiendita.ServicioProductos.AgregarProductoResponse retVal = ((ProyectoTiendita.ServicioProductos.ServicioProductoSoap)(this)).AgregarProducto(inValue);
     return(retVal.Body.AgregarProductoResult);
 }
示例#3
0
 System.Threading.Tasks.Task <ProyectoTiendita.ServicioProductos.AgregarProductoResponse> ProyectoTiendita.ServicioProductos.ServicioProductoSoap.AgregarProductoAsync(ProyectoTiendita.ServicioProductos.AgregarProductoRequest request)
 {
     return(base.Channel.AgregarProductoAsync(request));
 }
示例#4
0
 ProyectoTiendita.ServicioProductos.AgregarProductoResponse ProyectoTiendita.ServicioProductos.ServicioProductoSoap.AgregarProducto(ProyectoTiendita.ServicioProductos.AgregarProductoRequest request)
 {
     return(base.Channel.AgregarProducto(request));
 }