C# 클래스 QuizProjectMvc.Web.Controllers.HomeController

상속: BaseQuizController
파일 보기 프로젝트 열기: kidroca/project-quiz-mvc

공개 메소드들

메소드 설명
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