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