C# Class Blog.Services.Helpers.Rest.CommentLikesRestResource

Inheritance: ICommentLikesRestResource
Show file Open project: jsnmgpnty/Blogness2.0

Public Methods

Method Description
Add ( int commentId, string username, string authenticationToken ) : void
Get ( int commentId ) : List

Method Details

Add() public method

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

Get() public method

public Get ( int commentId ) : List
commentId int
return List