Example #1
0
 public AddCommentUseCase(ICommentWriteOnlyUseCase commentWriteOnlyUseCase)
 {
     this.commentWriteOnlyUseCase = commentWriteOnlyUseCase;
 }
Example #2
0
 public UpdateCommentUseCase(ICommentWriteOnlyUseCase commentWriteOnlyUseCase)
 {
     this.commentWriteOnlyUseCase = commentWriteOnlyUseCase;
 }
Example #3
0
 public RemoveCommentUseCase(ICommentWriteOnlyUseCase commentWriteOnlyUseCase)
 {
     this.commentWriteOnlyUseCase = commentWriteOnlyUseCase;
 }