Пример #1
0
 public SushiApp.wsOfertaProducto.ofertaProducto buscarOfertaProducto(int id)
 {
     SushiApp.wsOfertaProducto.buscarOfertaProductoRequest inValue = new SushiApp.wsOfertaProducto.buscarOfertaProductoRequest();
     inValue.id = id;
     SushiApp.wsOfertaProducto.buscarOfertaProductoResponse retVal = ((SushiApp.wsOfertaProducto.ServiceOfertaProducto)(this)).buscarOfertaProducto(inValue);
     return(retVal.@return);
 }
Пример #2
0
 public System.Threading.Tasks.Task <SushiApp.wsOfertaProducto.buscarOfertaProductoResponse> buscarOfertaProductoAsync(int id)
 {
     SushiApp.wsOfertaProducto.buscarOfertaProductoRequest inValue = new SushiApp.wsOfertaProducto.buscarOfertaProductoRequest();
     inValue.id = id;
     return(((SushiApp.wsOfertaProducto.ServiceOfertaProducto)(this)).buscarOfertaProductoAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <SushiApp.wsOfertaProducto.buscarOfertaProductoResponse> SushiApp.wsOfertaProducto.ServiceOfertaProducto.buscarOfertaProductoAsync(SushiApp.wsOfertaProducto.buscarOfertaProductoRequest request)
 {
     return(base.Channel.buscarOfertaProductoAsync(request));
 }
Пример #4
0
 SushiApp.wsOfertaProducto.buscarOfertaProductoResponse SushiApp.wsOfertaProducto.ServiceOfertaProducto.buscarOfertaProducto(SushiApp.wsOfertaProducto.buscarOfertaProductoRequest request)
 {
     return(base.Channel.buscarOfertaProducto(request));
 }