프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_HistoricService | IHistoricService |
메소드 | 설명 | |
---|---|---|
Create ( |
||
Delete ( string id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
HistoricController ( IHistoricService historicService ) : System | ||
Index ( int id ) : System.Web.Mvc.ActionResult |
public Create ( |
||
historic | ||
리턴 | System.Web.Mvc.ActionResult |
public Delete ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
리턴 | System.Web.Mvc.ActionResult |
public Edit ( |
||
historic | ||
리턴 | System.Web.Mvc.ActionResult |
public HistoricController ( IHistoricService historicService ) : System | ||
historicService | IHistoricService | |
리턴 | System |
public Index ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |