C# Class StockManagement.Controllers.StoreController

Inheritance: ApiController
显示文件 Open project: etcoding/StockManagement

Public Methods

Method Description
Delete ( int id ) : HttpStatusCode
Get ( string id ) : Store

Private Methods

Method Description
CreateStore ( [ Store ) : HttpResponseMessage
GetAll ( ) : IQueryable
Update ( string id, [ Store ) : HttpStatusCode

Method Details

Delete() public method

public Delete ( int id ) : HttpStatusCode
id int
return HttpStatusCode

Get() public method

public Get ( string id ) : Store
id string
return StockManagement.Models.Store