C# Class Randao.Core.Service.ArticleCommentService

帖子评论业务类
Show file Open project: fds/DKBD Class Usage Examples

Public Methods

Method 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 method

public ArticleCommentService ( ArticleCategoryService _articleCategoryService, ArticleContentService _articleContentService, MemberService _memberService ) : System
_articleCategoryService ArticleCategoryService
_articleContentService ArticleContentService
_memberService MemberService
return System

GetArticleCommentList() public method

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

InsertArticleComment() public method

public InsertArticleComment ( ArticleCommentDataContract model, int articleCategoryId ) : ReturnResult
model Randao.DataContracts.ArticleCommentDataContract
articleCategoryId int
return ReturnResult