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