C# 클래스 EasyTeach.Web.Controllers.LessonsController

상속: ODataController
파일 보기 프로젝트 열기: WadeOne/EasyTeach

공개 메소드들

메소드 설명
LessonsController ( ILessonService lessonService ) : System

비공개 메소드들

메소드 설명
Delete ( [ key ) : IHttpActionResult
Get ( ODataQueryOptions queryOptions ) : IQueryable
MapLessonToView ( ILessonModel l ) : LessonViewModel
Post ( LessonViewModel groupView ) : IHttpActionResult
Put ( [ key, LessonViewModel lessonView ) : IHttpActionResult

메소드 상세

LessonsController() 공개 메소드

public LessonsController ( ILessonService lessonService ) : System
lessonService ILessonService
리턴 System