C# Класс QuizProjectMvc.Web.Controllers.HomeController

Наследование: BaseQuizController
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
GetAllCategories ( ) : IList
GetTopCategories ( ) : IList

Описание методов

DisplayPage() публичный Метод

public DisplayPage ( System.Web.Mvc.Pager pager ) : System.Web.Mvc.ActionResult
pager System.Web.Mvc.Pager
Результат System.Web.Mvc.ActionResult

HomeController() публичный Метод

public HomeController ( IQuizzesGeneralService quizzes, ICategoriesService quizCategories, IQuizzesRankingService ranking ) : System.Collections.Generic
quizzes IQuizzesGeneralService
quizCategories ICategoriesService
ranking IQuizzesRankingService
Результат System.Collections.Generic

Index() публичный Метод

public Index ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult