コード例 #1
0
 public IActionResult ListarTodos()
 {
     return(Ok(_temaDAO.ListarTemas()));
 }