Method | Description | |
---|---|---|
HomeController ( IUserMenuService userMenuService ) : System | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
InvalidParams ( ) : System.Web.Mvc.ActionResult | ||
TestMessage ( string name, int id ) : string |
public HomeController ( IUserMenuService userMenuService ) : System | ||
userMenuService | IUserMenuService | |
return | System |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public InvalidParams ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public TestMessage ( string name, int id ) : string | ||
name | string | |
id | int | |
return | string |