C# 클래스 Kooboo.Commerce.Web.Areas.Commerce.Controllers.BrandController
파일 보기
프로젝트 열기: 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 |
|
|
메소드 상세
public BrandController ( BrandService brandService ) : System |
brandService |
BrandService |
|
리턴 |
System |
|
public Create ( ) : System.Web.Mvc.ActionResult |
리턴 |
System.Web.Mvc.ActionResult |
|
public Edit ( int id ) : System.Web.Mvc.ActionResult |
id |
int |
|
리턴 |
System.Web.Mvc.ActionResult |
|
public Index ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult |
page |
int |
|
pageSize |
int |
|
리턴 |
System.Web.Mvc.ActionResult |
|