Method | Description | |
---|---|---|
GetFeedbacks ( ) : IQueryable | ||
PutFeedback ( int id, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
DeleteFeedback ( int id ) : IHttpActionResult | ||
FeedbackExists ( int id ) : bool | ||
GetFeedback ( int id ) : IHttpActionResult | ||
PostFeedback ( |
public PutFeedback ( int id, |
||
id | int | |
feedback | ||
return | IHttpActionResult |