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

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

Méthodes publiques

Méthode Description
Add ( Tag tag, string authenticationToken ) : Tag
GetByName ( string tagName ) : List
GetByPostId ( int postId ) : List

Method Details

Add() public méthode

public Add ( Tag tag, string authenticationToken ) : Tag
tag Blog.Common.Contracts.Tag
authenticationToken string
Résultat Blog.Common.Contracts.Tag

GetByName() public méthode

public GetByName ( string tagName ) : List
tagName string
Résultat List

GetByPostId() public méthode

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