C# 클래스 Membrane.Core.Services.AuthenticationService

상속: IAuthenticationService
파일 보기 프로젝트 열기: pollingj/Membrane-CMS

공개 메소드들

메소드 설명
AuthenticateUser ( AuthenticationRequestDTO authenticationRequest ) : AuthenticatedUserDTO
AuthenticationService ( IRepository userRepository, IEncryptionService encryptionService ) : AutoMapper

메소드 상세

AuthenticateUser() 공개 메소드

public AuthenticateUser ( AuthenticationRequestDTO authenticationRequest ) : AuthenticatedUserDTO
authenticationRequest Membrane.Core.DTOs.AuthenticationRequestDTO
리턴 Membrane.Core.DTOs.AuthenticatedUserDTO

AuthenticationService() 공개 메소드

public AuthenticationService ( IRepository userRepository, IEncryptionService encryptionService ) : AutoMapper
userRepository IRepository
encryptionService IEncryptionService
리턴 AutoMapper