C# Class WhoCanHelpMe.Web.Controllers.Home.HomeController

Inheritance: BaseController
ファイルを表示 Open project: jongeorge1/Who-Can-Help-Me

Public Methods

Method Description
HomeController ( INewsTasks newsTasks, IMapper homePageViewModelMapper, ICachingService cachingService ) : System.Collections.Generic
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
IndexInner ( ) : PageViewModel

Method Details

HomeController() public method

public HomeController ( INewsTasks newsTasks, IMapper homePageViewModelMapper, ICachingService cachingService ) : System.Collections.Generic
newsTasks INewsTasks
homePageViewModelMapper IMapper
cachingService ICachingService
return System.Collections.Generic

Index() public method

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