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)); }
System.Threading.Tasks.Task <BCU_Cotizaciones.ExecuteResponse> BCU_Cotizaciones.wsbcucotizacionesSoapPort.ExecuteAsync(BCU_Cotizaciones.ExecuteRequest request) { return(base.Channel.ExecuteAsync(request)); }