Метод | Описание | |
---|---|---|
CommentsController ( ICommentsService comments ) : System.ComponentModel.DataAnnotations |
Метод | Описание | |
---|---|---|
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 | |
Результат | System.ComponentModel.DataAnnotations |