C# Class StockManagement.Controllers.StoreController
Mostra file
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
public Delete ( int id ) : HttpStatusCode |
id |
int |
|
return |
HttpStatusCode |
|
public Get ( string id ) : Store |
id |
string |
|
return |
StockManagement.Models.Store |
|