메소드 | 설명 | |
---|---|---|
CodeView ( ) : System.Web.Mvc.ActionResult | ||
Create ( ICreateSetupService setupService ) : System.Web.Mvc.ActionResult | ||
Delay ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, IDeleteService service ) : System.Web.Mvc.ActionResult | ||
Details ( int id, IDetailService service ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, IUpdateSetupService service ) : System.Web.Mvc.ActionResult | ||
GetNumPosts ( |
||
Index ( int id, IListService service ) : System.Web.Mvc.ActionResult |
Note that is Index is different in that it has an optional id to filter the list on.
|
|
NumPosts ( |
||
Reset ( |
메소드 | 설명 | |
---|---|---|
Create ( DetailPostDto dto, ICreateService service ) : System.Web.Mvc.ActionResult | ||
Edit ( DetailPostDto dto, IUpdateService service ) : System.Web.Mvc.ActionResult |
public Create ( ICreateSetupService setupService ) : System.Web.Mvc.ActionResult | ||
setupService | ICreateSetupService | |
리턴 | System.Web.Mvc.ActionResult |
public Delete ( int id, IDeleteService service ) : System.Web.Mvc.ActionResult | ||
id | int | |
service | IDeleteService | |
리턴 | System.Web.Mvc.ActionResult |
public Details ( int id, IDetailService service ) : System.Web.Mvc.ActionResult | ||
id | int | |
service | IDetailService | |
리턴 | System.Web.Mvc.ActionResult |
public Edit ( int id, IUpdateSetupService service ) : System.Web.Mvc.ActionResult | ||
id | int | |
service | IUpdateSetupService | |
리턴 | System.Web.Mvc.ActionResult |
public static GetNumPosts ( |
||
db | ||
리턴 | string |
public Index ( int id, IListService service ) : System.Web.Mvc.ActionResult | ||
id | int | |
service | IListService | |
리턴 | System.Web.Mvc.ActionResult |
public NumPosts ( |
||
db | ||
리턴 | System.Web.Mvc.ActionResult |
public Reset ( |
||
db | ||
리턴 | System.Web.Mvc.ActionResult |