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