Exemple #1
0
 public System.Threading.Tasks.Task <SushiApp.wsOfertaProducto.obtenerOfertaProductoResponse> obtenerOfertaProductoAsync()
 {
     SushiApp.wsOfertaProducto.obtenerOfertaProductoRequest inValue = new SushiApp.wsOfertaProducto.obtenerOfertaProductoRequest();
     return(((SushiApp.wsOfertaProducto.ServiceOfertaProducto)(this)).obtenerOfertaProductoAsync(inValue));
 }
Exemple #2
0
 public SushiApp.wsOfertaProducto.ofertaProducto[] obtenerOfertaProducto()
 {
     SushiApp.wsOfertaProducto.obtenerOfertaProductoRequest  inValue = new SushiApp.wsOfertaProducto.obtenerOfertaProductoRequest();
     SushiApp.wsOfertaProducto.obtenerOfertaProductoResponse retVal  = ((SushiApp.wsOfertaProducto.ServiceOfertaProducto)(this)).obtenerOfertaProducto(inValue);
     return(retVal.@return);
 }
Exemple #3
0
 System.Threading.Tasks.Task <SushiApp.wsOfertaProducto.obtenerOfertaProductoResponse> SushiApp.wsOfertaProducto.ServiceOfertaProducto.obtenerOfertaProductoAsync(SushiApp.wsOfertaProducto.obtenerOfertaProductoRequest request)
 {
     return(base.Channel.obtenerOfertaProductoAsync(request));
 }
Exemple #4
0
 SushiApp.wsOfertaProducto.obtenerOfertaProductoResponse SushiApp.wsOfertaProducto.ServiceOfertaProducto.obtenerOfertaProducto(SushiApp.wsOfertaProducto.obtenerOfertaProductoRequest request)
 {
     return(base.Channel.obtenerOfertaProducto(request));
 }