예제 #1
0
 public System.Threading.Tasks.Task <cotacao.Moeda.getValorResponse> getValorAsync(long in0, string in1)
 {
     cotacao.Moeda.getValorRequest inValue = new cotacao.Moeda.getValorRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     return(((cotacao.Moeda.FachadaWSSGS)(this)).getValorAsync(inValue));
 }
예제 #2
0
 public decimal getValor(long in0, string in1)
 {
     cotacao.Moeda.getValorRequest inValue = new cotacao.Moeda.getValorRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     cotacao.Moeda.getValorResponse retVal = ((cotacao.Moeda.FachadaWSSGS)(this)).getValor(inValue);
     return(retVal.getValorReturn);
 }
예제 #3
0
 System.Threading.Tasks.Task <cotacao.Moeda.getValorResponse> cotacao.Moeda.FachadaWSSGS.getValorAsync(cotacao.Moeda.getValorRequest request)
 {
     return(base.Channel.getValorAsync(request));
 }
예제 #4
0
 cotacao.Moeda.getValorResponse cotacao.Moeda.FachadaWSSGS.getValor(cotacao.Moeda.getValorRequest request)
 {
     return(base.Channel.getValor(request));
 }