C# Class Blog.Services.Helpers.Rest.PostLikesRestResource
Mostrar archivo
Open project: jsnmgpnty/Blogness2.0
Public Methods
Method |
Description |
|
Add ( PostLike postLike, string authenticationToken ) : void |
|
|
Get ( int postId ) : List |
|
|
Method Details
public Add ( PostLike postLike, string authenticationToken ) : void |
postLike |
Blog.Common.Contracts.PostLike |
|
authenticationToken |
string |
|
return |
void |
|
public Get ( int postId ) : List |
postId |
int |
|
return |
List |
|