Exemple #1
0
 public AnswerService(AnswersDbContext dbContext,
                      IEventBus eventBus)
 {
     _dbContext = dbContext;
     _eventBus  = eventBus;
 }
Exemple #2
0
 public PollAnswerRepository(AnswersDbContext dbContext)
 {
     _dbContext = dbContext;
 }