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

Inheritance: BaseAdminController
Datei anzeigen Open project: AktivCo/social

Public Methods

Method Description
AddCategory ( ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
AddCategory ( Category cat ) : System.Web.Mvc.ActionResult
Edit ( Category cat ) : System.Web.Mvc.ActionResult

Method Details

AddCategory() public method

public AddCategory ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Edit() public method

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult