Esempio n. 1
0
 public void AlterarBaixadoVenda(int idUsuario, int numCaixa)
 {
     try
     {
         novaVenda = new AcessoDados.VendaAcessoDados();
         novaVenda.AlterarBaixadoVenda(idUsuario, numCaixa);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }