C# 클래스 Blog.Services.Helpers.Rest.PostLikesRestResource
파일 보기
프로젝트 열기: jsnmgpnty/Blogness2.0
공개 메소드들
메소드 |
설명 |
|
Add ( PostLike postLike, string authenticationToken ) : void |
|
|
Get ( int postId ) : List |
|
|
메소드 상세
public Add ( PostLike postLike, string authenticationToken ) : void |
postLike |
Blog.Common.Contracts.PostLike |
|
authenticationToken |
string |
|
리턴 |
void |
|
public Get ( int postId ) : List |
postId |
int |
|
리턴 |
List |
|