C# 클래스 iGoat.Data.ProfileRepository

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

공개 메소드들

메소드 설명
Get ( string key ) : Profile
Get ( string username, string password ) : Profile
ProfileRepository ( ISession session, ITimeProvider timeProvider ) : System
Update ( Profile profile ) : Profile
UpdateNewAuthKey ( int profileId, string key, System.DateTime expires ) : void

메소드 상세

Get() 공개 메소드

public Get ( string key ) : Profile
key string
리턴 iGoat.Domain.Entities.Profile

Get() 공개 메소드

public Get ( string username, string password ) : Profile
username string
password string
리턴 iGoat.Domain.Entities.Profile

ProfileRepository() 공개 메소드

public ProfileRepository ( ISession session, ITimeProvider timeProvider ) : System
session ISession
timeProvider ITimeProvider
리턴 System

Update() 공개 메소드

public Update ( Profile profile ) : Profile
profile iGoat.Domain.Entities.Profile
리턴 iGoat.Domain.Entities.Profile

UpdateNewAuthKey() 공개 메소드

public UpdateNewAuthKey ( int profileId, string key, System.DateTime expires ) : void
profileId int
key string
expires System.DateTime
리턴 void