Method | Description | |
---|---|---|
EventController ( ) : System.Web.Http | ||
EventController ( EventService service ) : System.Web.Http |
Method | Description | |
---|---|---|
Delete ( int id ) : IHttpActionResult | ||
Get ( ) : IHttpActionResult | ||
Get ( [ searchParams ) : IHttpActionResult | ||
Get ( int candidateid ) : IHttpActionResult | ||
Post ( [ newEvent ) : IHttpActionResult | ||
Put ( int id, [ changedEvent ) : IHttpActionResult |
public EventController ( EventService service ) : System.Web.Http | ||
service | EventService | |
return | System.Web.Http |