C# Class Endjin.Core.Composition.Samples.Mvc5.Net45.Controllers.HomeController

Inheritance: Controller
Mostra file Open project: endjin/Endjin.Composition

Public Methods

Method Description
HomeController ( IRepository repository ) : System.Web.Mvc
Index ( ) : System.Web.Mvc.ActionResult

Method Details

HomeController() public method

public HomeController ( IRepository repository ) : System.Web.Mvc
repository IRepository
return System.Web.Mvc

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult