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

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

공개 메소드들

메소드 설명
Add ( int commentId, string username, string authenticationToken ) : void
Get ( int commentId ) : List

메소드 상세

Add() 공개 메소드

public Add ( int commentId, string username, string authenticationToken ) : void
commentId int
username string
authenticationToken string
리턴 void

Get() 공개 메소드

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