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

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

Méthodes publiques

Méthode Description
Add ( int commentId, string username, string authenticationToken ) : void
Get ( int commentId ) : List

Method Details

Add() public méthode

public Add ( int commentId, string username, string authenticationToken ) : void
commentId int
username string
authenticationToken string
Résultat void

Get() public méthode

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