메소드 | 설명 | |
---|---|---|
HomeController ( ) : System.Collections.Generic | ||
HomeController ( IRepository |
||
Index ( ) : Microsoft.AspNet.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
Delete ( int id ) : Microsoft.AspNet.Mvc.ActionResult | ||
Get ( ) : Microsoft.AspNet.Mvc.ActionResult | ||
Post ( TodoViewModel newTodo ) : Microsoft.AspNet.Mvc.ActionResult | ||
Put ( int id, TodoViewModel newTodo ) : Microsoft.AspNet.Mvc.ActionResult |
public HomeController ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public HomeController ( IRepository |
||
repository | IRepository |
|
리턴 | System.Collections.Generic |
public Index ( ) : Microsoft.AspNet.Mvc.ActionResult | ||
리턴 | Microsoft.AspNet.Mvc.ActionResult |