Method | Description | |
---|---|---|
GetCategories ( ) : IQueryable | ||
PutCategory ( int id, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CategoryExists ( int id ) : bool | ||
DeleteCategory ( int id ) : IHttpActionResult | ||
GetCategory ( int id ) : IHttpActionResult | ||
PostCategory ( |
public PutCategory ( int id, |
||
id | int | |
category | ||
return | IHttpActionResult |