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