public System.Threading.Tasks.Task <CompraVenda.Moeda.getValorResponse> getValorAsync(long in0, string in1)
 {
     CompraVenda.Moeda.getValorRequest inValue = new CompraVenda.Moeda.getValorRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     return(((CompraVenda.Moeda.FachadaWSSGS)(this)).getValorAsync(inValue));
 }
 public decimal getValor(long in0, string in1)
 {
     CompraVenda.Moeda.getValorRequest inValue = new CompraVenda.Moeda.getValorRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     CompraVenda.Moeda.getValorResponse retVal = ((CompraVenda.Moeda.FachadaWSSGS)(this)).getValor(inValue);
     return(retVal.getValorReturn);
 }
 System.Threading.Tasks.Task <CompraVenda.Moeda.getValorResponse> CompraVenda.Moeda.FachadaWSSGS.getValorAsync(CompraVenda.Moeda.getValorRequest request)
 {
     return(base.Channel.getValorAsync(request));
 }
 CompraVenda.Moeda.getValorResponse CompraVenda.Moeda.FachadaWSSGS.getValor(CompraVenda.Moeda.getValorRequest request)
 {
     return(base.Channel.getValor(request));
 }