C# Class StockManagement.Controllers.CategoryController

Inheritance: ApiController
Afficher le fichier Open project: etcoding/StockManagement

Méthodes publiques

Méthode Description
Delete ( string id ) : HttpStatusCode
Get ( string id ) : Category

Private Methods

Méthode Description
CreateCategory ( [ category ) : HttpResponseMessage
GetAll ( ) : IQueryable
Update ( [ category ) : HttpStatusCode

Method Details

Delete() public méthode

public Delete ( string id ) : HttpStatusCode
id string
Résultat HttpStatusCode

Get() public méthode

public Get ( string id ) : Category
id string
Résultat StockManagement.Models.Category