예제 #1
0
 public DiarioDeNotaDAO(GerenciadorTarefasContext context)
 {
     _context = context;
 }
예제 #2
0
파일: AlunoDAO.cs 프로젝트: flaviafau/UNIP
 public AlunoDAO(GerenciadorTarefasContext context)
 {
     _context = context;
 }
예제 #3
0
 public AdministradorDAO(GerenciadorTarefasContext context)
 {
     _context = context;
 }