Exemple #1
0
 public System.Threading.Tasks.Task <int> EfetuarPagamentoAsync(DesenvolvimentoWEB.Vendas.ServiceProxy.PagamentoContract pagamento)
 {
     return(base.Channel.EfetuarPagamentoAsync(pagamento));
 }
Exemple #2
0
 public int EfetuarPagamento(DesenvolvimentoWEB.Vendas.ServiceProxy.PagamentoContract pagamento)
 {
     return(base.Channel.EfetuarPagamento(pagamento));
 }