public CommentableServiceComponent(ILogicalDeleteService <T, Error> context, ICommentServiceProvider comments) { this.context = context; this.comments = comments; }
public LikeableServiceComponent(ILogicalDeleteService <T, Error> context, ILikesServiceProvider likes) { this.context = context; this.likes = likes; }