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

Inheritance: ApiController
Afficher le fichier Open project: TelerikAcademy/Web-Services-and-Cloud

Méthodes publiques

Méthode Description
CommentsController ( ICommentsService comments ) : System.ComponentModel.DataAnnotations

Private Methods

Méthode Description
ByUser ( [ id, int skip = CommentConstants.DefaultCommentSkip, int take = CommentConstants.DefaultCommentTake ) : IHttpActionResult
Get ( int id, int skip = CommentConstants.DefaultCommentSkip, int take = CommentConstants.DefaultCommentTake ) : IHttpActionResult
Post ( CommentRequestModel model ) : IHttpActionResult

Method Details

CommentsController() public méthode

public CommentsController ( ICommentsService comments ) : System.ComponentModel.DataAnnotations
comments ICommentsService
Résultat System.ComponentModel.DataAnnotations