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