Méthode | Description | |
---|---|---|
GetCategories ( ) : IQueryable | ||
PutCategory ( int id, |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
CategoryExists ( int id ) : bool | ||
DeleteCategory ( int id ) : IHttpActionResult | ||
GetCategory ( int id ) : IHttpActionResult | ||
PostCategory ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public PutCategory ( int id, |
||
id | int | |
category | ||
Résultat | IHttpActionResult |