C# Class StructureMapMvcApplicaton.Controllers.HomeController

Inheritance: Controller
Exibir arquivo Open project: NashDotNet/lab-dependency-injection

Public Methods

Method Description
HomeController ( IProductRepository productRepository ) : System.Collections.Generic
Index ( ) : System.Web.Mvc.ActionResult

Method Details

HomeController() public method

public HomeController ( IProductRepository productRepository ) : System.Collections.Generic
productRepository IProductRepository
return System.Collections.Generic

Index() public method

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