C# 클래스 ReviewR.Web.Api.CommentsController

상속: ReviewRApiController
파일 보기 프로젝트 열기: anurse/ReviewR 1 사용 예제들

공개 메소드들

메소드 설명
CommentsController ( CommentService comments ) : System
Delete ( int id ) : HttpResponseMessage
Post ( int changeId, int line, string body ) : HttpResponseMessage

보호된 메소드들

메소드 설명
CommentsController ( ) : System

메소드 상세

CommentsController() 보호된 메소드

protected CommentsController ( ) : System
리턴 System

CommentsController() 공개 메소드

public CommentsController ( CommentService comments ) : System
comments ReviewR.Web.Services.CommentService
리턴 System

Delete() 공개 메소드

public Delete ( int id ) : HttpResponseMessage
id int
리턴 System.Net.Http.HttpResponseMessage

Post() 공개 메소드

public Post ( int changeId, int line, string body ) : HttpResponseMessage
changeId int
line int
body string
리턴 System.Net.Http.HttpResponseMessage