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