메소드 | 설명 | |
---|---|---|
CandidateController ( ) : System.Web.Http | ||
CandidateController ( CandidateService service ) : System.Web.Http |
메소드 | 설명 | |
---|---|---|
Delete ( int id ) : IHttpActionResult | ||
Get ( ) : IHttpActionResult | ||
Get ( [ searchParameters ) : IHttpActionResult | ||
Get ( int id ) : IHttpActionResult | ||
Post ( [ newCandidate ) : IHttpActionResult | ||
Put ( int id, [ changedCandidate ) : IHttpActionResult |
public CandidateController ( CandidateService service ) : System.Web.Http | ||
service | CandidateService | |
리턴 | System.Web.Http |