示例#1
0
 public System.Threading.Tasks.Task <SushiApp.wsOferta.obtenerOfertaResponse> obtenerOfertaAsync()
 {
     SushiApp.wsOferta.obtenerOfertaRequest inValue = new SushiApp.wsOferta.obtenerOfertaRequest();
     return(((SushiApp.wsOferta.ServiceOferta)(this)).obtenerOfertaAsync(inValue));
 }
示例#2
0
 public SushiApp.wsOferta.oferta[] obtenerOferta()
 {
     SushiApp.wsOferta.obtenerOfertaRequest  inValue = new SushiApp.wsOferta.obtenerOfertaRequest();
     SushiApp.wsOferta.obtenerOfertaResponse retVal  = ((SushiApp.wsOferta.ServiceOferta)(this)).obtenerOferta(inValue);
     return(retVal.@return);
 }
示例#3
0
 System.Threading.Tasks.Task <SushiApp.wsOferta.obtenerOfertaResponse> SushiApp.wsOferta.ServiceOferta.obtenerOfertaAsync(SushiApp.wsOferta.obtenerOfertaRequest request)
 {
     return(base.Channel.obtenerOfertaAsync(request));
 }
示例#4
0
 SushiApp.wsOferta.obtenerOfertaResponse SushiApp.wsOferta.ServiceOferta.obtenerOferta(SushiApp.wsOferta.obtenerOfertaRequest request)
 {
     return(base.Channel.obtenerOferta(request));
 }