C# 클래스 Floream.People.FloreamUserMapper

상속: Nancy.Authentication.Forms.IUserMapper
파일 보기 프로젝트 열기: AVADOLearning/floream-we-are

공개 메소드들

메소드 설명
FloreamUserMapper ( PeopleContext people ) : System
GetUserFromIdentifier ( System.Guid identifier, Nancy context ) : Nancy.Security.IUserIdentity

Get user from the database

메소드 상세

FloreamUserMapper() 공개 메소드

public FloreamUserMapper ( PeopleContext people ) : System
people Floream.People.DataSources.Context.PeopleContext
리턴 System

GetUserFromIdentifier() 공개 메소드

Get user from the database
public GetUserFromIdentifier ( System.Guid identifier, Nancy context ) : Nancy.Security.IUserIdentity
identifier System.Guid
context Nancy
리턴 Nancy.Security.IUserIdentity