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