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