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

Inheritance: IPostContentsRestResource
Show file Open project: jsnmgpnty/Blogness2.0

Public Methods

Method 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 method

public Add ( PostContent postContent, string authenticationToken ) : PostContent
postContent Blog.Common.Contracts.PostContent
authenticationToken string
return Blog.Common.Contracts.PostContent

Delete() public method

public Delete ( int postContentId, string authenticationToken ) : bool
postContentId int
authenticationToken string
return bool

Get() public method

public Get ( int postContentId ) : PostContent
postContentId int
return Blog.Common.Contracts.PostContent

GetByPostId() public method

public GetByPostId ( int postId ) : List
postId int
return List