Exemple #1
0
 public System.Threading.Tasks.Task <SushiApp.wsOferta.modificarOfertaResponse> modificarOfertaAsync(SushiApp.wsOferta.oferta oferta)
 {
     SushiApp.wsOferta.modificarOfertaRequest inValue = new SushiApp.wsOferta.modificarOfertaRequest();
     inValue.oferta = oferta;
     return(((SushiApp.wsOferta.ServiceOferta)(this)).modificarOfertaAsync(inValue));
 }
Exemple #2
0
 public void modificarOferta(SushiApp.wsOferta.oferta oferta)
 {
     SushiApp.wsOferta.modificarOfertaRequest inValue = new SushiApp.wsOferta.modificarOfertaRequest();
     inValue.oferta = oferta;
     SushiApp.wsOferta.modificarOfertaResponse retVal = ((SushiApp.wsOferta.ServiceOferta)(this)).modificarOferta(inValue);
 }
Exemple #3
0
 public modificarOfertaRequest(SushiApp.wsOferta.oferta oferta)
 {
     this.oferta = oferta;
 }
Exemple #4
0
 public buscarOfertaResponse(SushiApp.wsOferta.oferta @return)
 {
     this.@return = @return;
 }
Exemple #5
0
 public agregarOfertaRequest(SushiApp.wsOferta.oferta oferta)
 {
     this.oferta = oferta;
 }