C# Class GiveCampStarterSite.Controllers.HomeController

Inheritance: Controller
Datei anzeigen Open project: GiveCamp/GiveCampStarterSite

Public Methods

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

Method Details

About() public method

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

HomeController() public method

public HomeController ( ICachedRepository repository ) : System
repository ICachedRepository
return System

Index() public method

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