Method | Description | |
---|---|---|
CommentsController ( ICommentsService comments ) : System.ComponentModel.DataAnnotations |
Method | 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 |
public CommentsController ( ICommentsService comments ) : System.ComponentModel.DataAnnotations | ||
comments | ICommentsService | |
return | System.ComponentModel.DataAnnotations |