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