Свойство | Тип | Описание | |
---|---|---|---|
_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 |