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