Method | Description | |
---|---|---|
CategoryController ( IRepository |
||
Children ( int parentId, int level, string culture ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
Translate ( string culture, int id ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Translate ( string culture, |
public CategoryController ( IRepository |
||
repository | IRepository |
|
return | System |
public Children ( int parentId, int level, string culture ) : System.Web.Mvc.ActionResult | ||
parentId | int | |
level | int | |
culture | string | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Translate ( string culture, int id ) : System.Web.Mvc.ActionResult | ||
culture | string | |
id | int | |
return | System.Web.Mvc.ActionResult |