C# Class EasyTeach.Core.Services.Dashboard.Impl.LogLessonServiceWrapper

Inheritance: ILessonService
Afficher le fichier Open project: WadeOne/EasyTeach

Méthodes publiques

Méthode Description
CreateLesson ( ILessonModel lesson ) : void
GetLessonById ( int lessonId ) : ILessonModel
GetLessons ( ) : IQueryable
LogLessonServiceWrapper ( ILessonService lessonService ) : System
RemoveLesson ( int lessonId ) : void
UpdateLesson ( ILessonModel lesson ) : void

Method Details

CreateLesson() public méthode

public CreateLesson ( ILessonModel lesson ) : void
lesson ILessonModel
Résultat void

GetLessonById() public méthode

public GetLessonById ( int lessonId ) : ILessonModel
lessonId int
Résultat ILessonModel

GetLessons() public méthode

public GetLessons ( ) : IQueryable
Résultat IQueryable

LogLessonServiceWrapper() public méthode

public LogLessonServiceWrapper ( ILessonService lessonService ) : System
lessonService ILessonService
Résultat System

RemoveLesson() public méthode

public RemoveLesson ( int lessonId ) : void
lessonId int
Résultat void

UpdateLesson() public méthode

public UpdateLesson ( ILessonModel lesson ) : void
lesson ILessonModel
Résultat void