C# 클래스 Randao.Core.Service.ArticleCommentService

帖子评论业务类
파일 보기 프로젝트 열기: fds/DKBD 1 사용 예제들

공개 메소드들

메소드 설명
ArticleCommentService ( ArticleCategoryService _articleCategoryService, ArticleContentService _articleContentService, MemberService _memberService ) : System
GetArticleCommentList ( long articleID, int page = 1, int pageSize = 10 ) : ReturnResult>
InsertArticleComment ( ArticleCommentDataContract model, int articleCategoryId ) : ReturnResult

메소드 상세

ArticleCommentService() 공개 메소드

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

GetArticleCommentList() 공개 메소드

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

InsertArticleComment() 공개 메소드

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