Method | Description | |
---|---|---|
AuthLessonServiceWrapper ( ILessonService lessonService, |
||
CreateLesson ( ILessonModel lesson ) : void | ||
GetLessonById ( int lessonId ) : ILessonModel | ||
GetLessons ( ) : IQueryable |
||
RemoveLesson ( int lessonId ) : void | ||
UpdateLesson ( ILessonModel lesson ) : void |
public AuthLessonServiceWrapper ( ILessonService lessonService, |
||
lessonService | ILessonService | |
principal | ||
entityValidator | EntityValidator | |
userStore | int>.IUserStore | |
authorizationManager | EasyTeach.Core.Security.ClaimsAuthorizationManager | |
return | System |
public CreateLesson ( ILessonModel lesson ) : void | ||
lesson | ILessonModel | |
return | void |
public GetLessonById ( int lessonId ) : ILessonModel | ||
lessonId | int | |
return | ILessonModel |
public UpdateLesson ( ILessonModel lesson ) : void | ||
lesson | ILessonModel | |
return | void |