public CommentLikeImpl(HuobiContext db) { this.m_db = db; this.m_iCommentLike = this; }
public CommentImpl(HuobiContext db, ICommentLike commentLike) { this.m_db = db; this.m_comment = this; this.m_commentLike = commentLike; }
public CommentsController(IComment commentServer, IUser userServer, ICommentLike commentLikeServer) { this.commentServer = commentServer; this.userServer = userServer; this.commentLikeServer = commentLikeServer; }