public CurtidaRepository() { _ctx = new APIEduXContext(); }
public PerfilRepository() { _ctx = new APIEduXContext(); }
public InstituicaoRepository() { _ctx = new APIEduXContext(); }
public DicaRepository() { _ctx = new APIEduXContext(); }
public CategoriaRepository() { _ctx = new APIEduXContext(); }
public ObjetivoAlunoRepository() { _ctx = new APIEduXContext(); }
public TurmaRepository() { _ctx = new APIEduXContext(); }
public ContaRepository(APIEduXContext context) { _context = context; }
public ProfessorTurmaRepository() { _ctx = new APIEduXContext(); }
public UsuarioRepository() { _ctx = new APIEduXContext(); }