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