메소드 | 설명 | |
---|---|---|
Add ( |
||
CommentsService ( ICommentsLogic commentsLogic, IRedisService redisService ) : System | ||
Delete ( int id ) : bool | ||
Get ( int commentId ) : |
||
GetByPostId ( int id ) : List |
||
GetByUser ( int id ) : List |
||
GetReplies ( int id ) : List |
||
SearchComments ( string query, int threshold = 5, int skip = 10 ) : List |
public Add ( |
||
comment | ||
리턴 |
public CommentsService ( ICommentsLogic commentsLogic, IRedisService redisService ) : System | ||
commentsLogic | ICommentsLogic | |
redisService | IRedisService | |
리턴 | System |
public SearchComments ( string query, int threshold = 5, int skip = 10 ) : List |
||
query | string | |
threshold | int | |
skip | int | |
리턴 | List |