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