示例#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));
 }
示例#2
0
 public agregarOfertaProductoRequest(SushiApp.wsOfertaProducto.ofertaProducto ofertaProducto)
 {
     this.ofertaProducto = ofertaProducto;
 }
示例#3
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);
 }
示例#4
0
 public buscarOfertaProductoResponse(SushiApp.wsOfertaProducto.ofertaProducto @return)
 {
     this.@return = @return;
 }