C# Class Kooboo.Commerce.Web.Areas.Commerce.Controllers.BrandController

Inheritance: Kooboo.Commerce.Web.Mvc.Controllers.CommerceControllerBase
Show file Open project: Kooboo/Ecommerce

Public Methods

Method Description
BrandController ( BrandService brandService ) : System
Create ( ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Delete ( BrandRowModel model ) : System.Web.Mvc.ActionResult
Save ( BrandEditorModel model, string @return ) : System.Web.Mvc.ActionResult

Method Details

BrandController() public method

public BrandController ( BrandService brandService ) : System
brandService BrandService
return System

Create() public method

public Create ( ) : 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 ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult
page int
pageSize int
return System.Web.Mvc.ActionResult