C# Класс Skimur.App.ReadModel.Impl.CommentDao

Наследование: Skimur.App.Services.Impl.CommentService, ICommentDao
Показать файл Открыть проект

Открытые методы

Метод Описание
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