C# 클래스 Skimur.App.ReadModel.Impl.CommentDao

상속: Skimur.App.Services.Impl.CommentService, ICommentDao
파일 보기 프로젝트 열기: skimur/skimur

공개 메소드들

메소드 설명
CommentDao ( IDbConnectionProvider conn, ICommentTreeBuilder commentTreeBuilder ) : System
GetCommentTree ( System.Guid postId ) : CommentTree
GetCommentTreeSorter ( System.Guid postId, CommentSortBy sortBy ) : double>.Dictionary

메소드 상세

CommentDao() 공개 메소드

public CommentDao ( IDbConnectionProvider conn, ICommentTreeBuilder commentTreeBuilder ) : System
conn IDbConnectionProvider
commentTreeBuilder ICommentTreeBuilder
리턴 System

GetCommentTree() 공개 메소드

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

GetCommentTreeSorter() 공개 메소드

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