Метод | Описание | |
---|---|---|
HomeController ( ) : System | ||
HomeController ( ICommandService service, IDocumentStore store ) : System | ||
Index ( ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
AddEmployee ( CreateEmployeeCommand command ) : System.Web.Mvc.ActionResult | ||
ChangeEmployeeName ( ChangeEmployeeNameCommand command ) : System.Web.Mvc.ActionResult | ||
GetAll ( ) : System.Web.Mvc.ActionResult | ||
GetEmployee ( string id ) : System.Web.Mvc.ActionResult |
public HomeController ( ICommandService service, IDocumentStore store ) : System | ||
service | ICommandService | |
store | IDocumentStore | |
Результат | System |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |