Beispiel #1
0
 public CommentService(IDbContext storiesDbContext, IVoteQueueService voteQueueService)
 {
     StoriesDbContext = storiesDbContext;
     VoteQueueService = voteQueueService;
 }