C# Class Skimur.App.Services.Impl.CommentTreeBuilder

Inheritance: ICommentTreeBuilder
Mostra file Open project: skimur/skimur

Public Methods

Method Description
CommentTreeBuilder ( ICommentService commentService ) : System
GetCommentTree ( System.Guid postId ) : CommentTree

Method Details

CommentTreeBuilder() public method

public CommentTreeBuilder ( ICommentService commentService ) : System
commentService ICommentService
return System

GetCommentTree() public method

public GetCommentTree ( System.Guid postId ) : CommentTree
postId System.Guid
return CommentTree