Пример #1
0
 public ViewPostBackend(ICommentsProxy commentsProxy, IPostsProxy postsProxy)
 {
     _commentsProxy = commentsProxy;
     _postsProxy    = postsProxy;
 }
Пример #2
0
 public CommentHistoryBackend(ICommentsProxy commentsProxy, IPostsProxy postsProxy)
 {
     _commentsProxy = commentsProxy;
     _postsProxy    = postsProxy;
     GetCommentInfo();
 }
Пример #3
0
 public HomeBackend(ICommentsProxy commentsProxy)
 {
     _commentsProxy = commentsProxy;
 }