Exemplo n.º 1
0
 public System.Threading.Tasks.Task <SushiApp.wsOferta.agregarOfertaResponse> agregarOfertaAsync(SushiApp.wsOferta.oferta oferta)
 {
     SushiApp.wsOferta.agregarOfertaRequest inValue = new SushiApp.wsOferta.agregarOfertaRequest();
     inValue.oferta = oferta;
     return(((SushiApp.wsOferta.ServiceOferta)(this)).agregarOfertaAsync(inValue));
 }
Exemplo n.º 2
0
 public void agregarOferta(SushiApp.wsOferta.oferta oferta)
 {
     SushiApp.wsOferta.agregarOfertaRequest inValue = new SushiApp.wsOferta.agregarOfertaRequest();
     inValue.oferta = oferta;
     SushiApp.wsOferta.agregarOfertaResponse retVal = ((SushiApp.wsOferta.ServiceOferta)(this)).agregarOferta(inValue);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <SushiApp.wsOferta.agregarOfertaResponse> SushiApp.wsOferta.ServiceOferta.agregarOfertaAsync(SushiApp.wsOferta.agregarOfertaRequest request)
 {
     return(base.Channel.agregarOfertaAsync(request));
 }
Exemplo n.º 4
0
 SushiApp.wsOferta.agregarOfertaResponse SushiApp.wsOferta.ServiceOferta.agregarOferta(SushiApp.wsOferta.agregarOfertaRequest request)
 {
     return(base.Channel.agregarOferta(request));
 }