Beispiel #1
0
 public DeleteCommandHandler(ITopicHomepageRepository topicRepository)
 {
     this.topicRepository = topicRepository;
 }
 public UpdateCommandHandler(ITopicHomepageRepository topicRepository, ITopicHomepageQueries topicQueries)
 {
     this.topicRepository = topicRepository;
     this.topicQueries    = topicQueries;
 }