Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <SushiApp.wsOfertaProducto.agregarOfertaProductoResponse> agregarOfertaProductoAsync(SushiApp.wsOfertaProducto.ofertaProducto ofertaProducto)
 {
     SushiApp.wsOfertaProducto.agregarOfertaProductoRequest inValue = new SushiApp.wsOfertaProducto.agregarOfertaProductoRequest();
     inValue.ofertaProducto = ofertaProducto;
     return(((SushiApp.wsOfertaProducto.ServiceOfertaProducto)(this)).agregarOfertaProductoAsync(inValue));
 }
Ejemplo n.º 2
0
 public void agregarOfertaProducto(SushiApp.wsOfertaProducto.ofertaProducto ofertaProducto)
 {
     SushiApp.wsOfertaProducto.agregarOfertaProductoRequest inValue = new SushiApp.wsOfertaProducto.agregarOfertaProductoRequest();
     inValue.ofertaProducto = ofertaProducto;
     SushiApp.wsOfertaProducto.agregarOfertaProductoResponse retVal = ((SushiApp.wsOfertaProducto.ServiceOfertaProducto)(this)).agregarOfertaProducto(inValue);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <SushiApp.wsOfertaProducto.agregarOfertaProductoResponse> SushiApp.wsOfertaProducto.ServiceOfertaProducto.agregarOfertaProductoAsync(SushiApp.wsOfertaProducto.agregarOfertaProductoRequest request)
 {
     return(base.Channel.agregarOfertaProductoAsync(request));
 }
Ejemplo n.º 4
0
 SushiApp.wsOfertaProducto.agregarOfertaProductoResponse SushiApp.wsOfertaProducto.ServiceOfertaProducto.agregarOfertaProducto(SushiApp.wsOfertaProducto.agregarOfertaProductoRequest request)
 {
     return(base.Channel.agregarOfertaProducto(request));
 }