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

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

Méthodes publiques

Méthode Description
Add ( PostContent postContent, string authenticationToken ) : PostContent
Delete ( int postContentId, string authenticationToken ) : bool
Get ( int postContentId ) : PostContent
GetByPostId ( int postId ) : List

Method Details

Add() public méthode

public Add ( PostContent postContent, string authenticationToken ) : PostContent
postContent Blog.Common.Contracts.PostContent
authenticationToken string
Résultat Blog.Common.Contracts.PostContent

Delete() public méthode

public Delete ( int postContentId, string authenticationToken ) : bool
postContentId int
authenticationToken string
Résultat bool

Get() public méthode

public Get ( int postContentId ) : PostContent
postContentId int
Résultat Blog.Common.Contracts.PostContent

GetByPostId() public méthode

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