C# Class Randao.Core.Service.ArticleCommentService

帖子评论业务类
Afficher le fichier Open project: fds/DKBD Class Usage Examples

Méthodes publiques

Méthode Description
ArticleCommentService ( ArticleCategoryService _articleCategoryService, ArticleContentService _articleContentService, MemberService _memberService ) : System
GetArticleCommentList ( long articleID, int page = 1, int pageSize = 10 ) : ReturnResult>
InsertArticleComment ( ArticleCommentDataContract model, int articleCategoryId ) : ReturnResult

Method Details

ArticleCommentService() public méthode

public ArticleCommentService ( ArticleCategoryService _articleCategoryService, ArticleContentService _articleContentService, MemberService _memberService ) : System
_articleCategoryService ArticleCategoryService
_articleContentService ArticleContentService
_memberService MemberService
Résultat System

GetArticleCommentList() public méthode

public GetArticleCommentList ( long articleID, int page = 1, int pageSize = 10 ) : ReturnResult>
articleID long
page int
pageSize int
Résultat ReturnResult>

InsertArticleComment() public méthode

public InsertArticleComment ( ArticleCommentDataContract model, int articleCategoryId ) : ReturnResult
model Randao.DataContracts.ArticleCommentDataContract
articleCategoryId int
Résultat ReturnResult