메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public InvalidParams ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
public TestMessage ( string name, int id ) : string | ||
name | string | |
id | int | |
리턴 | string |