C# Class Blog.Web.Api.Controllers.PostContentController

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

Public Methods

Method Description
PostContentController ( IPostContentsResource postContentsSvc, IErrorSignaler errorSignaler ) : System

Private Methods

Method Description
Delete ( int postContentId ) : IHttpActionResult
Get ( int postContentId ) : IHttpActionResult
GetList ( int postId ) : IHttpActionResult
Post ( [ postContent ) : IHttpActionResult

Method Details

PostContentController() public method

public PostContentController ( IPostContentsResource postContentsSvc, IErrorSignaler errorSignaler ) : System
postContentsSvc IPostContentsResource
errorSignaler IErrorSignaler
return System