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 |
Method | Description | |
---|---|---|
Delete ( |
||
Save ( |
public BrandController ( BrandService brandService ) : System | ||
brandService | BrandService | |
return | System |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult | ||
page | int | |
pageSize | int | |
return | System.Web.Mvc.ActionResult |