Beispiel #1
0
 public DiarioDeNotaDAO(GerenciadorTarefasContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public AlunoDAO(GerenciadorTarefasContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public AdministradorDAO(GerenciadorTarefasContext context)
 {
     _context = context;
 }