Exemplo n.º 1
0
 public System.Threading.Tasks.Task <SushiApp.wsOfertaProducto.eliminarOfertaProductoResponse> eliminarOfertaProductoAsync(int id)
 {
     SushiApp.wsOfertaProducto.eliminarOfertaProductoRequest inValue = new SushiApp.wsOfertaProducto.eliminarOfertaProductoRequest();
     inValue.id = id;
     return(((SushiApp.wsOfertaProducto.ServiceOfertaProducto)(this)).eliminarOfertaProductoAsync(inValue));
 }
Exemplo n.º 2
0
 public void eliminarOfertaProducto(int id)
 {
     SushiApp.wsOfertaProducto.eliminarOfertaProductoRequest inValue = new SushiApp.wsOfertaProducto.eliminarOfertaProductoRequest();
     inValue.id = id;
     SushiApp.wsOfertaProducto.eliminarOfertaProductoResponse retVal = ((SushiApp.wsOfertaProducto.ServiceOfertaProducto)(this)).eliminarOfertaProducto(inValue);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <SushiApp.wsOfertaProducto.eliminarOfertaProductoResponse> SushiApp.wsOfertaProducto.ServiceOfertaProducto.eliminarOfertaProductoAsync(SushiApp.wsOfertaProducto.eliminarOfertaProductoRequest request)
 {
     return(base.Channel.eliminarOfertaProductoAsync(request));
 }
Exemplo n.º 4
0
 SushiApp.wsOfertaProducto.eliminarOfertaProductoResponse SushiApp.wsOfertaProducto.ServiceOfertaProducto.eliminarOfertaProducto(SushiApp.wsOfertaProducto.eliminarOfertaProductoRequest request)
 {
     return(base.Channel.eliminarOfertaProducto(request));
 }