C# 클래스 Mhotivo.Controllers.EducationLevelController

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

공개 메소드들

메소드 설명
EducationLevelController ( IEducationLevelRepository areaReposity, ICourseRepository courseRepository ) : System

비공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Create ( EducationLevelRegisterModel modelArea ) : System.Web.Mvc.ActionResult
Delete ( long id ) : System.Web.Mvc.ActionResult
Edit ( EducationLevelEditModel modelArea ) : System.Web.Mvc.ActionResult
Edit ( long id ) : System.Web.Mvc.ActionResult
Index ( string sortOrder, string currentFilter, string searchString, int page ) : System.Web.Mvc.ActionResult

메소드 상세

EducationLevelController() 공개 메소드

public EducationLevelController ( IEducationLevelRepository areaReposity, ICourseRepository courseRepository ) : System
areaReposity IEducationLevelRepository
courseRepository ICourseRepository
리턴 System