Ejemplo n.º 1
0
 public AnswerAspectLoader(
     IAnswerAspectMapper aspectMapper,
     ICorrectItDbContext context)
 {
     _context      = context;
     _aspectMapper = aspectMapper;
 }
Ejemplo n.º 2
0
 public QuestionRepository(ICorrectItDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public ImageRepository(ICorrectItDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 4
0
 public AnswerRepository(ICorrectItDbContext context)
 {
     _context = context;
 }