Property | Type | Description | |
---|---|---|---|
_HistoricService | IHistoricService |
Method | Description | |
---|---|---|
Create ( |
||
Delete ( string id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
HistoricController ( IHistoricService historicService ) : System | ||
Index ( int id ) : System.Web.Mvc.ActionResult |
public Create ( |
||
historic | ||
return | System.Web.Mvc.ActionResult |
public Delete ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public Edit ( |
||
historic | ||
return | System.Web.Mvc.ActionResult |
public HistoricController ( IHistoricService historicService ) : System | ||
historicService | IHistoricService | |
return | System |
public Index ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |