C# 클래스 EasyTeach.Data.Repostitories.UserTokenRepository

상속: IUserTokenRepository
파일 보기 프로젝트 열기: WadeOne/EasyTeach 1 사용 예제들

공개 메소드들

메소드 설명
CreateAsync ( string purpose, string token, int userId ) : System.Threading.Tasks.Task
GetUserTokenAsync ( string purpose, string token, int userId ) : Task
UserTokenRepository ( EasyTeachContext context ) : System

메소드 상세

CreateAsync() 공개 메소드

public CreateAsync ( string purpose, string token, int userId ) : System.Threading.Tasks.Task
purpose string
token string
userId int
리턴 System.Threading.Tasks.Task

GetUserTokenAsync() 공개 메소드

public GetUserTokenAsync ( string purpose, string token, int userId ) : Task
purpose string
token string
userId int
리턴 Task

UserTokenRepository() 공개 메소드

public UserTokenRepository ( EasyTeachContext context ) : System
context EasyTeach.Data.Context.EasyTeachContext
리턴 System