public DiarioDeNotaDAO(GerenciadorTarefasContext context) { _context = context; }
public AlunoDAO(GerenciadorTarefasContext context) { _context = context; }
public AdministradorDAO(GerenciadorTarefasContext context) { _context = context; }