C# Class SocialPackage.Areas.Admin.Controllers.CategoriesController

Inheritance: BaseAdminController
Afficher le fichier Open project: AktivCo/social

Méthodes publiques

Méthode Description
AddCategory ( ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
AddCategory ( Category cat ) : System.Web.Mvc.ActionResult
Edit ( Category cat ) : System.Web.Mvc.ActionResult

Method Details

AddCategory() public méthode

public AddCategory ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Edit() public méthode

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult