Exemplo n.º 1
0
        public ActionResult ExcluirTema(Tema tema, FormCollection collection)
        {
            TemaDAO temaDAO = new TemaDAO();

            return(Json(temaDAO.ExcluirTema(tema)));
        }