Method | Description | |
---|---|---|
HomeController ( ) : System.Collections.Generic | ||
HomeController ( IRepository |
||
Index ( ) : Microsoft.AspNet.Mvc.ActionResult |
Method | Description | |
---|---|---|
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 | ||
return | System.Collections.Generic |
public HomeController ( IRepository |
||
repository | IRepository |
|
return | System.Collections.Generic |
public Index ( ) : Microsoft.AspNet.Mvc.ActionResult | ||
return | Microsoft.AspNet.Mvc.ActionResult |