Example #1
0
 public void Excluir(int codigo)
 {
     DALContasPagar DALobj = new DALContasPagar(conexao);
     DALobj.Excluir(codigo);
 }