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

Inheritance: BaseController
Afficher le fichier Open project: jongeorge1/Who-Can-Help-Me

Méthodes publiques

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

Private Methods

Méthode Description
IndexInner ( ) : PageViewModel

Method Details

AboutController() public méthode

public AboutController ( INewsTasks newsTasks, IMapper aboutPageViewModelMapper, ICachingService cachingService ) : System
newsTasks INewsTasks
aboutPageViewModelMapper IMapper
cachingService ICachingService
Résultat System

DemonstrateErrorHandling() public méthode

public DemonstrateErrorHandling ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult