public ViewPostBackend(ICommentsProxy commentsProxy, IPostsProxy postsProxy) { _commentsProxy = commentsProxy; _postsProxy = postsProxy; }
public CommentHistoryBackend(ICommentsProxy commentsProxy, IPostsProxy postsProxy) { _commentsProxy = commentsProxy; _postsProxy = postsProxy; GetCommentInfo(); }
public HomeBackend(ICommentsProxy commentsProxy) { _commentsProxy = commentsProxy; }