예제 #1
0
 public void Excluir()
 {
     try
     {
         aTbPaisDAO.Excluir(this);
     }
     catch (Exception ex)
     {
         throw new Exception("excluir o registro");
     }
     finally
     {
         Conexao.CloseConnection();
     }
 }