C# Class EmployeeManager.Controllers.HomeController

Inheritance: Controller
Afficher le fichier Open project: ashic/SingleFileCqrs

Méthodes publiques

Méthode Description
HomeController ( ) : System
HomeController ( ICommandService service, IDocumentStore store ) : System
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
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

Method Details

HomeController() public méthode

public HomeController ( ) : System
Résultat System

HomeController() public méthode

public HomeController ( ICommandService service, IDocumentStore store ) : System
service ICommandService
store IDocumentStore
Résultat System

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult