Esempio n. 1
0
 public void Excluir(Tema tema)
 {
     try
     {
         temaDAO.Excluir(tema);
     }
     catch (ExcecaoSAG ex)
     {
         throw new ExcecaoSAG(ex.getMsg());
     }
 }