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