C# Class QuizProjectMvc.Web.Controllers.HomeController

Inheritance: BaseQuizController
Datei anzeigen Open project: kidroca/project-quiz-mvc

Public Methods

Method Description
DisplayPage ( System.Web.Mvc.Pager pager ) : System.Web.Mvc.ActionResult
HomeController ( IQuizzesGeneralService quizzes, ICategoriesService quizCategories, IQuizzesRankingService ranking ) : System.Collections.Generic
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
GetAllCategories ( ) : IList
GetTopCategories ( ) : IList

Method Details

DisplayPage() public method

public DisplayPage ( System.Web.Mvc.Pager pager ) : System.Web.Mvc.ActionResult
pager System.Web.Mvc.Pager
return System.Web.Mvc.ActionResult

HomeController() public method

public HomeController ( IQuizzesGeneralService quizzes, ICategoriesService quizCategories, IQuizzesRankingService ranking ) : System.Collections.Generic
quizzes IQuizzesGeneralService
quizCategories ICategoriesService
ranking IQuizzesRankingService
return System.Collections.Generic

Index() public method

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