Method | Description | |
---|---|---|
DeleteArticle ( int id ) : bool | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
NewsController ( INewsManager newsManager ) : System |
Method | Description | |
---|---|---|
SaveArticle ( int id, string title, string article ) : bool |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public NewsController ( INewsManager newsManager ) : System | ||
newsManager | INewsManager | |
return | System |