Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ViewResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
StackNumbers ( int StoreID, int editModval ) : System.Web.Mvc.ActionResult | ||
StoreController ( IStoreService storeServiceParam, IUserProfileService userProfileService ) : System.Collections | ||
StoreManName ( int storeId ) : System.Web.Mvc.ActionResult | ||
Stores ( int warehouseId ) : System.Web.Mvc.ActionResult | ||
Update ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Create ( |
||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public StackNumbers ( int StoreID, int editModval ) : System.Web.Mvc.ActionResult | ||
StoreID | int | |
editModval | int | |
return | System.Web.Mvc.ActionResult |
public StoreController ( IStoreService storeServiceParam, IUserProfileService userProfileService ) : System.Collections | ||
storeServiceParam | IStoreService | |
userProfileService | IUserProfileService | |
return | System.Collections |
public StoreManName ( int storeId ) : System.Web.Mvc.ActionResult | ||
storeId | int | |
return | System.Web.Mvc.ActionResult |
public Stores ( int warehouseId ) : System.Web.Mvc.ActionResult | ||
warehouseId | int | |
return | System.Web.Mvc.ActionResult |
public Update ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |