Example #1
0
 public QuestionRepository(INexamindDBContext context)
 {
     _context = context;
 }
 public UserRepository(INexamindDBContext context)
 {
     _context = context;
 }