메소드 | 설명 | |
---|---|---|
List ( int page ) : System.Web.Mvc.ActionResult | ||
ListByTag ( string tagName, int page ) : System.Web.Mvc.ActionResult | ||
PostController ( IPostService postService ) : System | ||
Read ( string friendlyTitle ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
AddComment ( int postId, Feedback comment ) : System.Web.Mvc.ActionResult |
public List ( int page ) : System.Web.Mvc.ActionResult | ||
page | int | |
리턴 | System.Web.Mvc.ActionResult |
public ListByTag ( string tagName, int page ) : System.Web.Mvc.ActionResult | ||
tagName | string | |
page | int | |
리턴 | System.Web.Mvc.ActionResult |
public PostController ( IPostService postService ) : System | ||
postService | IPostService | |
리턴 | System |
public Read ( string friendlyTitle ) : System.Web.Mvc.ActionResult | ||
friendlyTitle | string | |
리턴 | System.Web.Mvc.ActionResult |