C# 클래스 Blog.Web.Api.Controllers.CommentsController

상속: ApiController
파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0

공개 메소드들

메소드 설명
CommentsController ( ICommentsResource service, IErrorSignaler errorSignaler ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

CommentsController() 공개 메소드

public CommentsController ( ICommentsResource service, IErrorSignaler errorSignaler ) : System
service ICommentsResource
errorSignaler IErrorSignaler
리턴 System