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