C# Class Commencement.Controllers.HomeController

Inheritance: ApplicationController
ファイルを表示 Open project: ucdavis/Commencement

Public Methods

Method Description
HomeController ( IStudentService studentService, IRepository registrationRepository ) : System

Private Methods

Method Description
GetCurrentStudent ( ) : Student
Index ( ) : System.Web.Mvc.ActionResult

Method Details

HomeController() public method

public HomeController ( IStudentService studentService, IRepository registrationRepository ) : System
studentService IStudentService
registrationRepository IRepository
return System