Exemple #1
0
 public RemoveTopicUseCase(ITopicWriteOnlyUseCase topicWriteOnlyUseCase)
 {
     this.topicWriteOnlyUseCase = topicWriteOnlyUseCase;
 }
Exemple #2
0
 public UpdateTopicUseCase(ITopicWriteOnlyUseCase topicWriteOnlyUseCase)
 {
     this.topicWriteOnlyUseCase = topicWriteOnlyUseCase;
 }
Exemple #3
0
 public AddTopicUseCase(ITopicWriteOnlyUseCase topicWriteOnlyUseCase)
 {
     this.topicWriteOnlyUseCase = topicWriteOnlyUseCase;
 }