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

Inheritance: Skimur.App.Services.Impl.CommentService, ICommentDao
Afficher le fichier Open project: skimur/skimur

Méthodes publiques

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

Method Details

CommentDao() public méthode

public CommentDao ( IDbConnectionProvider conn, ICommentTreeBuilder commentTreeBuilder ) : System
conn IDbConnectionProvider
commentTreeBuilder ICommentTreeBuilder
Résultat System

GetCommentTree() public méthode

public GetCommentTree ( System.Guid postId ) : CommentTree
postId System.Guid
Résultat Skimur.App.Services.CommentTree

GetCommentTreeSorter() public méthode

public GetCommentTreeSorter ( System.Guid postId, CommentSortBy sortBy ) : double>.Dictionary
postId System.Guid
sortBy CommentSortBy
Résultat double>.Dictionary