C# Class Skimur.App.ReadModel.Impl.CommentDao

Inheritance: Skimur.App.Services.Impl.CommentService, ICommentDao
Mostra file Open project: skimur/skimur

Public Methods

Method Description
CommentDao ( IDbConnectionProvider conn, ICommentTreeBuilder commentTreeBuilder ) : System
GetCommentTree ( System.Guid postId ) : CommentTree
GetCommentTreeSorter ( System.Guid postId, CommentSortBy sortBy ) : double>.Dictionary

Method Details

CommentDao() public method

public CommentDao ( IDbConnectionProvider conn, ICommentTreeBuilder commentTreeBuilder ) : System
conn IDbConnectionProvider
commentTreeBuilder ICommentTreeBuilder
return System

GetCommentTree() public method

public GetCommentTree ( System.Guid postId ) : CommentTree
postId System.Guid
return Skimur.App.Services.CommentTree

GetCommentTreeSorter() public method

public GetCommentTreeSorter ( System.Guid postId, CommentSortBy sortBy ) : double>.Dictionary
postId System.Guid
sortBy CommentSortBy
return double>.Dictionary