Example #1
0
 private void btnSalvarVenda_Click(object sender, EventArgs e)
 {
     pagamentoController.CadastrarPagamento(dtpDataVenda, cbTipoPagamento, cbCliente, cbParcelas, dgvCarrinhoProdutos,
                                            dgvCarrinhoServicos, lblValorPrecoTotal, currentUser, cbProduto, cbServico, txbQuantidade);
 }