Method | Description | |
---|---|---|
Accounts ( ) : System.Web.Mvc.ActionResult | ||
Books ( int page ) : System.Web.Mvc.ActionResult | ||
Categories ( ) : System.Web.Mvc.ActionResult | ||
ChangeBanner ( ) : System.Web.Mvc.ActionResult | ||
CreateBook ( ) : System.Web.Mvc.ActionResult | ||
CreateCategory ( ) : System.Web.Mvc.ActionResult | ||
DeleteBook ( int id ) : System.Web.Mvc.ActionResult | ||
DeleteCategory ( int id ) : System.Web.Mvc.ActionResult | ||
EditBook ( int id ) : System.Web.Mvc.ActionResult | ||
EditCategory ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
ResetPassword ( int id ) : System.Web.Mvc.ActionResult | ||
SetUserRoles ( int id ) : System.Web.Mvc.ActionResult | ||
SiteContact ( ) : System.Web.Mvc.ActionResult | ||
Statistics ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ChangeBanner ( System.Web.HttpPostedFileBase ImagePath ) : System.Web.Mvc.ActionResult | ||
CreateBook ( [ Include = "BookId,Title,Author,ReleaseDate,Description,Cost,ImagePath")]Bookbook, System.Web.HttpPostedFileBase ImagePath ) : System.Web.Mvc.ActionResult | ||
CreateCategory ( [ Include = "GenreId,Name")]Genregenre ) : System.Web.Mvc.ActionResult | ||
DeleteBookConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
DeleteCategoryConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
EditBook ( [ Include = "BookId,Title,Author,ReleaseDate,Description,Cost,ImagePath")]Bookbook, System.Web.HttpPostedFileBase ImageBrowse ) : System.Web.Mvc.ActionResult | ||
EditCategory ( [ Include = "GenreId,Name")]Genregenre ) : System.Web.Mvc.ActionResult | ||
ResetPasswordConfirm ( int id ) : System.Web.Mvc.ActionResult | ||
SetUserRoles ( |
||
SiteContact ( |
||
UpdateBookCategory ( int bookId, List |
||
UpdateUserRoles ( int userId, List |
public Accounts ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Books ( int page ) : System.Web.Mvc.ActionResult | ||
page | int | |
return | System.Web.Mvc.ActionResult |
public Categories ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ChangeBanner ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public CreateBook ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public CreateCategory ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public DeleteBook ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public DeleteCategory ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public EditBook ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public EditCategory ( 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 ResetPassword ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public SetUserRoles ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public SiteContact ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Statistics ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |