Exemple #1
0
 public CurtidaRepository()
 {
     _ctx = new APIEduXContext();
 }
Exemple #2
0
 public PerfilRepository()
 {
     _ctx = new APIEduXContext();
 }
 public InstituicaoRepository()
 {
     _ctx = new APIEduXContext();
 }
 public DicaRepository()
 {
     _ctx = new APIEduXContext();
 }
Exemple #5
0
 public CategoriaRepository()
 {
     _ctx = new APIEduXContext();
 }
Exemple #6
0
 public ObjetivoAlunoRepository()
 {
     _ctx = new APIEduXContext();
 }
 public TurmaRepository()
 {
     _ctx = new APIEduXContext();
 }
 public ContaRepository(APIEduXContext context)
 {
     _context = context;
 }
Exemple #9
0
 public ProfessorTurmaRepository()
 {
     _ctx = new APIEduXContext();
 }
 public UsuarioRepository()
 {
     _ctx = new APIEduXContext();
 }