Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <BCU_Cotizaciones.ExecuteResponse> ExecuteAsync(BCU_Cotizaciones.wsbcucotizacionesin Entrada)
 {
     BCU_Cotizaciones.ExecuteRequest inValue = new BCU_Cotizaciones.ExecuteRequest();
     inValue.Entrada = Entrada;
     return(((BCU_Cotizaciones.wsbcucotizacionesSoapPort)(this)).ExecuteAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <BCU_Cotizaciones.ExecuteResponse> BCU_Cotizaciones.wsbcucotizacionesSoapPort.ExecuteAsync(BCU_Cotizaciones.ExecuteRequest request)
 {
     return(base.Channel.ExecuteAsync(request));
 }