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