Method | Description | |
---|---|---|
Add ( |
||
Delete ( int commentId, string authenticationToken ) : bool | ||
Get ( int commentId ) : |
||
GetByPostId ( int postId ) : List |
||
GetByUser ( int userId ) : List |
||
GetReplies ( int commentId ) : List |
public Add ( |
||
comment | ||
authenticationToken | string | |
return |
public Delete ( int commentId, string authenticationToken ) : bool | ||
commentId | int | |
authenticationToken | string | |
return | bool |
public Get ( int commentId ) : |
||
commentId | int | |
return |