C# 클래스 iGoat.Data.UserRepository

상속: IUserRepository
파일 보기 프로젝트 열기: AcklenAvenue/iGoat-Delivery-Back-End

공개 메소드들

메소드 설명
GetUser ( string authKey ) : User
GetUser ( string username, string password ) : User
UpdateNewAuthKey ( User user, string authKey ) : void
UserRepository ( ISession session ) : System

메소드 상세

GetUser() 공개 메소드

public GetUser ( string authKey ) : User
authKey string
리턴 iGoat.Domain.User

GetUser() 공개 메소드

public GetUser ( string username, string password ) : User
username string
password string
리턴 iGoat.Domain.User

UpdateNewAuthKey() 공개 메소드

public UpdateNewAuthKey ( User user, string authKey ) : void
user iGoat.Domain.User
authKey string
리턴 void

UserRepository() 공개 메소드

public UserRepository ( ISession session ) : System
session ISession
리턴 System