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

Inheritance: IPostLikesRestResource
Afficher le fichier Open project: jsnmgpnty/Blogness2.0

Méthodes publiques

Méthode Description
Add ( PostLike postLike, string authenticationToken ) : void
Get ( int postId ) : List

Method Details

Add() public méthode

public Add ( PostLike postLike, string authenticationToken ) : void
postLike Blog.Common.Contracts.PostLike
authenticationToken string
Résultat void

Get() public méthode

public Get ( int postId ) : List
postId int
Résultat List