Exemple #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));
 }
Exemple #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);
 }
Exemple #3
0
 System.Threading.Tasks.Task <COTACAO.Moeda.getValorResponse> COTACAO.Moeda.FachadaWSSGS.getValorAsync(COTACAO.Moeda.getValorRequest request)
 {
     return(base.Channel.getValorAsync(request));
 }
Exemple #4
0
 COTACAO.Moeda.getValorResponse COTACAO.Moeda.FachadaWSSGS.getValor(COTACAO.Moeda.getValorRequest request)
 {
     return(base.Channel.getValor(request));
 }