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

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

Public Methods

Method Description
Add ( PostLike postLike, string authenticationToken ) : void
Get ( int postId ) : List

Method Details

Add() public method

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

Get() public method

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