Свойство | Тип | Описание | |
---|---|---|---|
_SubHistoricService | ISubHistoricService |
Метод | Описание | |
---|---|---|
Create ( |
||
Delete ( string id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
SubHistoricController ( ISubHistoricService subHistoricService ) : System |
public Create ( |
||
subHistoric | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Delete ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
Результат | System.Web.Mvc.ActionResult |
public Edit ( |
||
subHistoric | ||
Результат | System.Web.Mvc.ActionResult |
public SubHistoricController ( ISubHistoricService subHistoricService ) : System | ||
subHistoricService | ISubHistoricService | |
Результат | System |