Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <SaldosAdiantamento.SI_RetornarSaldosAdiantamentos_OUTResponse> SI_RetornarSaldosAdiantamentos_OUTAsync(SaldosAdiantamento.DT_Fornecedor MT_Fornecedor)
 {
     SaldosAdiantamento.SI_RetornarSaldosAdiantamentos_OUTRequest inValue = new SaldosAdiantamento.SI_RetornarSaldosAdiantamentos_OUTRequest();
     inValue.MT_Fornecedor = MT_Fornecedor;
     return(((SaldosAdiantamento.SI_RetornarSaldosAdiantamentos_OUT)(this)).SI_RetornarSaldosAdiantamentos_OUTAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <SaldosAdiantamento.SI_RetornarSaldosAdiantamentos_OUTResponse> SaldosAdiantamento.SI_RetornarSaldosAdiantamentos_OUT.SI_RetornarSaldosAdiantamentos_OUTAsync(SaldosAdiantamento.SI_RetornarSaldosAdiantamentos_OUTRequest request)
 {
     return(base.Channel.SI_RetornarSaldosAdiantamentos_OUTAsync(request));
 }