C# Class StockManagement.Controllers.StoreController

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

Méthodes publiques

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

Private Methods

Méthode Description
CreateStore ( [ Store ) : HttpResponseMessage
GetAll ( ) : IQueryable
Update ( string id, [ Store ) : HttpStatusCode

Method Details

Delete() public méthode

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

Get() public méthode

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