Beispiel #1
0
 public System.Threading.Tasks.Task<Cotacao_de_Moeda.Moeda.getValorEspecialResponse> getValorEspecialAsync(long in0, string in1, string in2) {
     Cotacao_de_Moeda.Moeda.getValorEspecialRequest inValue = new Cotacao_de_Moeda.Moeda.getValorEspecialRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     return ((Cotacao_de_Moeda.Moeda.FachadaWSSGS)(this)).getValorEspecialAsync(inValue);
 }
Beispiel #2
0
 public decimal getValorEspecial(long in0, string in1, string in2) {
     Cotacao_de_Moeda.Moeda.getValorEspecialRequest inValue = new Cotacao_de_Moeda.Moeda.getValorEspecialRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     Cotacao_de_Moeda.Moeda.getValorEspecialResponse retVal = ((Cotacao_de_Moeda.Moeda.FachadaWSSGS)(this)).getValorEspecial(inValue);
     return retVal.getValorEspecialReturn;
 }
Beispiel #3
0
 System.Threading.Tasks.Task<Cotacao_de_Moeda.Moeda.getValorEspecialResponse> Cotacao_de_Moeda.Moeda.FachadaWSSGS.getValorEspecialAsync(Cotacao_de_Moeda.Moeda.getValorEspecialRequest request) {
     return base.Channel.getValorEspecialAsync(request);
 }
Beispiel #4
0
 Cotacao_de_Moeda.Moeda.getValorEspecialResponse Cotacao_de_Moeda.Moeda.FachadaWSSGS.getValorEspecial(Cotacao_de_Moeda.Moeda.getValorEspecialRequest request) {
     return base.Channel.getValorEspecial(request);
 }