Method | Description | |
---|---|---|
CategoryController ( ICategoryService categoryService ) : System | ||
Index ( string sortOrder, string currentFilter, string searchString, int page ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Delete ( CategoryViewModel category ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
New ( ) : System.Web.Mvc.ActionResult | ||
New ( |
public CategoryController ( ICategoryService categoryService ) : System | ||
categoryService | ICategoryService | |
return | System |
public Index ( string sortOrder, string currentFilter, string searchString, int page ) : System.Web.Mvc.ActionResult | ||
sortOrder | string | |
currentFilter | string | |
searchString | string | |
page | int | |
return | System.Web.Mvc.ActionResult |