C# 클래스 EasyTeach.Core.Services.Dashboard.Impl.AuthScoreServiceWrapper

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

공개 메소드들

메소드 설명
AddScore ( IScoreModel score, int lessonId ) : void
AuthScoreServiceWrapper ( IScoreService scoreService, ClaimsPrincipal principal, EntityValidator entityValidator, int>.IUserStore userStore, System.Security.Claims.ClaimsAuthorizationManager authorizationManager ) : System
DeleteScore ( int scoreId ) : void
GetScores ( ) : IQueryable
UpdateScore ( IScoreModel score ) : void

메소드 상세

AddScore() 공개 메소드

public AddScore ( IScoreModel score, int lessonId ) : void
score IScoreModel
lessonId int
리턴 void

AuthScoreServiceWrapper() 공개 메소드

public AuthScoreServiceWrapper ( IScoreService scoreService, ClaimsPrincipal principal, EntityValidator entityValidator, int>.IUserStore userStore, System.Security.Claims.ClaimsAuthorizationManager authorizationManager ) : System
scoreService IScoreService
principal System.Security.Claims.ClaimsPrincipal
entityValidator EntityValidator
userStore int>.IUserStore
authorizationManager System.Security.Claims.ClaimsAuthorizationManager
리턴 System

DeleteScore() 공개 메소드

public DeleteScore ( int scoreId ) : void
scoreId int
리턴 void

GetScores() 공개 메소드

public GetScores ( ) : IQueryable
리턴 IQueryable

UpdateScore() 공개 메소드

public UpdateScore ( IScoreModel score ) : void
score IScoreModel
리턴 void