Method |
Description |
|
CategoryList ( ) : System.Web.Mvc.ActionResult |
|
|
Create ( ) : System.Web.Mvc.ActionResult |
|
|
Create ( Book book, System.Web.HttpPostedFileBase imagePath ) : System.Web.Mvc.ActionResult |
|
|
CreateCategory ( ) : System.Web.Mvc.ActionResult |
|
|
CreateCategory ( Category category ) : System.Web.Mvc.ActionResult |
|
|
Delete ( int id ) : System.Web.Mvc.ActionResult |
|
|
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult |
|
|
Edit ( [ Include = "ID,Name,Author,Introduce,imagePath,pubYear,CategoriesID")]Bookbook, System.Web.HttpPostedFileBase image_book ) : System.Web.Mvc.ActionResult |
|
|
Edit ( int id ) : System.Web.Mvc.ActionResult |
|
|