Méthode | Description | |
---|---|---|
ArticleCommentService ( |
||
GetArticleCommentList ( long articleID, int page = 1, int pageSize = 10 ) : ReturnResult |
||
InsertArticleComment ( |
public ArticleCommentService ( |
||
_articleCategoryService | ||
_articleContentService | ||
_memberService | ||
Résultat | System |
public GetArticleCommentList ( long articleID, int page = 1, int pageSize = 10 ) : ReturnResult |
||
articleID | long | |
page | int | |
pageSize | int | |
Résultat | ReturnResult |
public InsertArticleComment ( |
||
model | ||
articleCategoryId | int | |
Résultat | ReturnResult |