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

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

Public Methods

Method Description
CommentsController ( ICommentsResource service, IErrorSignaler errorSignaler ) : System

Private Methods

Method Description
Delete ( int id ) : IHttpActionResult
GetByPost ( int postId ) : IHttpActionResult
GetByUser ( int userId ) : IHttpActionResult
Post ( [ comment ) : IHttpActionResult
Replies ( int commentId ) : IHttpActionResult
Search ( [ query ) : IHttpActionResult
Search ( [ query, [ skip ) : IHttpActionResult

Method Details

CommentsController() public method

public CommentsController ( ICommentsResource service, IErrorSignaler errorSignaler ) : System
service ICommentsResource
errorSignaler IErrorSignaler
return System