C# 클래스 Kooboo.Commerce.Web.Areas.Commerce.Controllers.BrandController

상속: Kooboo.Commerce.Web.Mvc.Controllers.CommerceControllerBase
파일 보기 프로젝트 열기: Kooboo/Ecommerce

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Delete ( BrandRowModel model ) : System.Web.Mvc.ActionResult
Save ( BrandEditorModel model, string @return ) : System.Web.Mvc.ActionResult

메소드 상세

BrandController() 공개 메소드

public BrandController ( BrandService brandService ) : System
brandService BrandService
리턴 System

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Edit() 공개 메소드

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

Index() 공개 메소드

public Index ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult
page int
pageSize int
리턴 System.Web.Mvc.ActionResult