C# 클래스 Blog.Services.Helpers.Rest.PostLikesRestResource

상속: IPostLikesRestResource
파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0

공개 메소드들

메소드 설명
Add ( PostLike postLike, string authenticationToken ) : void
Get ( int postId ) : List

메소드 상세

Add() 공개 메소드

public Add ( PostLike postLike, string authenticationToken ) : void
postLike Blog.Common.Contracts.PostLike
authenticationToken string
리턴 void

Get() 공개 메소드

public Get ( int postId ) : List
postId int
리턴 List