Example #1
0
 public ContaRepository(EduXAPIContext context)
 {
     _context = context;
 }
Example #2
0
 public ObjetivoRepository()
 {
     _ctx = new EduXAPIContext();
 }
 public DicaRepository()
 {
     _ctx = new EduXAPIContext();
 }
Example #4
0
 public TurmaRepository()
 {
     _ctx = new EduXAPIContext();
 }