Esempio n. 1
0
 public System.Threading.Tasks.Task <SushiApp.wsOfertaProducto.modificarOfertaProductoResponse> modificarOfertaProductoAsync(SushiApp.wsOfertaProducto.ofertaProducto ofertaProducto)
 {
     SushiApp.wsOfertaProducto.modificarOfertaProductoRequest inValue = new SushiApp.wsOfertaProducto.modificarOfertaProductoRequest();
     inValue.ofertaProducto = ofertaProducto;
     return(((SushiApp.wsOfertaProducto.ServiceOfertaProducto)(this)).modificarOfertaProductoAsync(inValue));
 }
Esempio n. 2
0
 public void modificarOfertaProducto(SushiApp.wsOfertaProducto.ofertaProducto ofertaProducto)
 {
     SushiApp.wsOfertaProducto.modificarOfertaProductoRequest inValue = new SushiApp.wsOfertaProducto.modificarOfertaProductoRequest();
     inValue.ofertaProducto = ofertaProducto;
     SushiApp.wsOfertaProducto.modificarOfertaProductoResponse retVal = ((SushiApp.wsOfertaProducto.ServiceOfertaProducto)(this)).modificarOfertaProducto(inValue);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <SushiApp.wsOfertaProducto.modificarOfertaProductoResponse> SushiApp.wsOfertaProducto.ServiceOfertaProducto.modificarOfertaProductoAsync(SushiApp.wsOfertaProducto.modificarOfertaProductoRequest request)
 {
     return(base.Channel.modificarOfertaProductoAsync(request));
 }
Esempio n. 4
0
 SushiApp.wsOfertaProducto.modificarOfertaProductoResponse SushiApp.wsOfertaProducto.ServiceOfertaProducto.modificarOfertaProducto(SushiApp.wsOfertaProducto.modificarOfertaProductoRequest request)
 {
     return(base.Channel.modificarOfertaProducto(request));
 }