Example #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));
 }
Example #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);
 }
Example #3
0
 System.Threading.Tasks.Task <SushiApp.wsOfertaProducto.eliminarOfertaProductoResponse> SushiApp.wsOfertaProducto.ServiceOfertaProducto.eliminarOfertaProductoAsync(SushiApp.wsOfertaProducto.eliminarOfertaProductoRequest request)
 {
     return(base.Channel.eliminarOfertaProductoAsync(request));
 }
Example #4
0
 SushiApp.wsOfertaProducto.eliminarOfertaProductoResponse SushiApp.wsOfertaProducto.ServiceOfertaProducto.eliminarOfertaProducto(SushiApp.wsOfertaProducto.eliminarOfertaProductoRequest request)
 {
     return(base.Channel.eliminarOfertaProducto(request));
 }