Метод | Описание | |
---|---|---|
GetCategories ( ) : IQueryable | ||
PutCategory ( int id, |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
CategoryExists ( int id ) : bool | ||
DeleteCategory ( int id ) : IHttpActionResult | ||
GetCategory ( int id ) : IHttpActionResult | ||
PostCategory ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public PutCategory ( int id, |
||
id | int | |
category | ||
Результат | IHttpActionResult |