Exemple #1
0
 public GetAnswersListQueryHandler(MicroServiceMCQDbContext context)
 {
 }
Exemple #2
0
 public Handler(MicroServiceMCQDbContext context, IMediator mediator)
 {
     _context  = context;
     _mediator = mediator;
 }
 public GetQuestionTypesListQueryHandler(MicroServiceMCQDbContext context)
 {
     _context = context;
 }
Exemple #4
0
 public GetQuestionsListQueryHandler(MicroServiceMCQDbContext context)
 {
 }