C# Class WhoCanHelpMe.Web.Controllers.About.AboutController

Inheritance: BaseController
Mostra file Open project: jongeorge1/Who-Can-Help-Me

Public Methods

Method Description
AboutController ( INewsTasks newsTasks, IMapper aboutPageViewModelMapper, ICachingService cachingService ) : System
DemonstrateErrorHandling ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
IndexInner ( ) : PageViewModel

Method Details

AboutController() public method

public AboutController ( INewsTasks newsTasks, IMapper aboutPageViewModelMapper, ICachingService cachingService ) : System
newsTasks INewsTasks
aboutPageViewModelMapper IMapper
cachingService ICachingService
return System

DemonstrateErrorHandling() public method

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

Index() public method

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