C# 클래스 Mhotivo.Controllers.TeacherController

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

공개 메소드들

메소드 설명
TeacherController ( ITeacherRepository teacherRepository, IContactInformationRepository contactInformationRepository, IUserRepository userRepository ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Add ( ) : System.Web.Mvc.ActionResult
Add ( TeacherRegisterModel modelTeacher ) : 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 ( long id ) : System.Web.Mvc.ActionResult
DetailsEdit ( TeacherEditModel modelTeacher ) : System.Web.Mvc.ActionResult
DetailsEdit ( long id ) : System.Web.Mvc.ActionResult
Edit ( TeacherEditModel modelTeacher ) : System.Web.Mvc.ActionResult
Edit ( long id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

메소드 상세

TeacherController() 공개 메소드

public TeacherController ( ITeacherRepository teacherRepository, IContactInformationRepository contactInformationRepository, IUserRepository userRepository ) : System.Collections.Generic
teacherRepository ITeacherRepository
contactInformationRepository IContactInformationRepository
userRepository IUserRepository
리턴 System.Collections.Generic