C# Класс Floream.People.FloreamUserMapper

Наследование: Nancy.Authentication.Forms.IUserMapper
Показать файл Открыть проект

Открытые методы

Метод Описание
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