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