Beispiel #1
0
 public AnswerAspectLoader(
     IAnswerAspectMapper aspectMapper,
     ICorrectItDbContext context)
 {
     _context      = context;
     _aspectMapper = aspectMapper;
 }
Beispiel #2
0
 public QuestionRepository(ICorrectItDbContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ImageRepository(ICorrectItDbContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public AnswerRepository(ICorrectItDbContext context)
 {
     _context = context;
 }