C# 클래스 Mhotivo.Controllers.StudentController

상속: Controller
파일 보기 프로젝트 열기: armejiaf/Mhotivo

공개 메소드들

메소드 설명
StudentController ( IStudentRepository studentRepository, IParentRepository parentRepository, IContactInformationRepository contactInformationRepository ) : System

비공개 메소드들

메소드 설명
Add ( ) : System.Web.Mvc.ActionResult
Add ( StudentRegisterModel modelStudent ) : System.Web.Mvc.ActionResult
ContactAdd ( long id ) : System.Web.Mvc.ActionResult
ContactEdit ( long id ) : System.Web.Mvc.ActionResult
Delete ( long id ) : System.Web.Mvc.ActionResult
Details ( DisplayStudentModel modelStudent ) : System.Web.Mvc.ActionResult
Details ( long id ) : System.Web.Mvc.ActionResult
DetailsEdit ( StudentEditModel modelStudent ) : System.Web.Mvc.ActionResult
DetailsEdit ( long id ) : System.Web.Mvc.ActionResult
Edit ( StudentEditModel modelStudent ) : System.Web.Mvc.ActionResult
Edit ( long id ) : System.Web.Mvc.ActionResult
Index ( string sortOrder, string currentFilter, string searchString, int page ) : System.Web.Mvc.ActionResult

메소드 상세

StudentController() 공개 메소드

public StudentController ( IStudentRepository studentRepository, IParentRepository parentRepository, IContactInformationRepository contactInformationRepository ) : System
studentRepository IStudentRepository
parentRepository IParentRepository
contactInformationRepository IContactInformationRepository
리턴 System