C# 클래스 iGoat.Domain.ProfileService

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

공개 메소드들

메소드 설명
GetAuthKey ( string userName, string password ) : Instance
GetProfile ( string authKey ) : Profile
ProfileService ( IAuthKeyProvider authKeyProvider, IProfileRepository profileRepository, ITimeProvider timeProvider ) : System

비공개 메소드들

메소드 설명
CheckStatus ( Profile profile ) : void

메소드 상세

GetAuthKey() 공개 메소드

public GetAuthKey ( string userName, string password ) : Instance
userName string
password string
리턴 iGoat.Domain.Entities.Instance

GetProfile() 공개 메소드

public GetProfile ( string authKey ) : Profile
authKey string
리턴 iGoat.Domain.Entities.Profile

ProfileService() 공개 메소드

public ProfileService ( IAuthKeyProvider authKeyProvider, IProfileRepository profileRepository, ITimeProvider timeProvider ) : System
authKeyProvider IAuthKeyProvider
profileRepository IProfileRepository
timeProvider ITimeProvider
리턴 System