C# Class EventSourcingCqrsSample.WebApp.Controllers.HomeController

Inheritance: Controller
Afficher le fichier Open project: devkimchi/EventSourcing-CQRS-Sample

Méthodes publiques

Méthode Description
HomeController ( IEventStreamService service ) : System

Initializes a new instance of the HomeController class.

SetHttpContext ( System.Web.HttpContextBase httpContext ) : void

Sets the HttpContextBase instance.

Private Methods

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult

Method Details

HomeController() public méthode

Initializes a new instance of the HomeController class.
public HomeController ( IEventStreamService service ) : System
service IEventStreamService The instance.
Résultat System

SetHttpContext() public méthode

Sets the HttpContextBase instance.
public SetHttpContext ( System.Web.HttpContextBase httpContext ) : void
httpContext System.Web.HttpContextBase /// The instance. ///
Résultat void