C# Class Affecto.IdentityManagement.Store.EntityFramework.Queries.UserByAccountQuery

Show file Open project: affecto/dotnet-IdentityManagement Class Usage Examples

Public Methods

Method Description
Execute ( string accountName, AccountType accountType ) : User
UserByAccountQuery ( IQueryable users ) : System

Method Details

Execute() public method

public Execute ( string accountName, AccountType accountType ) : User
accountName string
accountType AccountType
return User

UserByAccountQuery() public method

public UserByAccountQuery ( IQueryable users ) : System
users IQueryable
return System