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

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

Méthodes publiques

Méthode Description
PostContentController ( IPostContentsResource postContentsSvc, IErrorSignaler errorSignaler ) : System

Private Methods

Méthode Description
Delete ( int postContentId ) : IHttpActionResult
Get ( int postContentId ) : IHttpActionResult
GetList ( int postId ) : IHttpActionResult
Post ( [ postContent ) : IHttpActionResult

Method Details

PostContentController() public méthode

public PostContentController ( IPostContentsResource postContentsSvc, IErrorSignaler errorSignaler ) : System
postContentsSvc IPostContentsResource
errorSignaler IErrorSignaler
Résultat System