예제 #1
0
 public System.Threading.Tasks.Task <SushiApp.wsOferta.eliminarOfertaResponse> eliminarOfertaAsync(int id)
 {
     SushiApp.wsOferta.eliminarOfertaRequest inValue = new SushiApp.wsOferta.eliminarOfertaRequest();
     inValue.id = id;
     return(((SushiApp.wsOferta.ServiceOferta)(this)).eliminarOfertaAsync(inValue));
 }
예제 #2
0
 public void eliminarOferta(int id)
 {
     SushiApp.wsOferta.eliminarOfertaRequest inValue = new SushiApp.wsOferta.eliminarOfertaRequest();
     inValue.id = id;
     SushiApp.wsOferta.eliminarOfertaResponse retVal = ((SushiApp.wsOferta.ServiceOferta)(this)).eliminarOferta(inValue);
 }
예제 #3
0
 System.Threading.Tasks.Task <SushiApp.wsOferta.eliminarOfertaResponse> SushiApp.wsOferta.ServiceOferta.eliminarOfertaAsync(SushiApp.wsOferta.eliminarOfertaRequest request)
 {
     return(base.Channel.eliminarOfertaAsync(request));
 }
예제 #4
0
 SushiApp.wsOferta.eliminarOfertaResponse SushiApp.wsOferta.ServiceOferta.eliminarOferta(SushiApp.wsOferta.eliminarOfertaRequest request)
 {
     return(base.Channel.eliminarOferta(request));
 }