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

Inheritance: Kooboo.Commerce.Web.Mvc.Controllers.CommerceControllerBase
Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode 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

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

Method Details

BrandController() public méthode

public BrandController ( BrandService brandService ) : System
brandService BrandService
Résultat System

Create() public méthode

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