Ejemplo n.º 1
0
 public EFStatisticRepository(TestioDbContext context)
 {
     this.context = context;
 }
 public EFAnswersRepository(TestioDbContext _context)
 {
     context = _context;
 }
 public EFTestsRepository(TestioDbContext context)
 {
     this.context = context;
 }
Ejemplo n.º 4
0
 public EFWrittenLettersRepository(TestioDbContext _context)
 {
     context = _context;
 }
 public EFQuestionsRepository(TestioDbContext _context)
 {
     context = _context;
 }