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

Datei anzeigen Open project: affecto/dotnet-IdentityManagement Class Usage Examples

Public Methods

Method Description
AccountQuery ( IQueryable accounts ) : System
Execute ( System.Guid userId, AccountType type ) : Account

Method Details

AccountQuery() public method

public AccountQuery ( IQueryable accounts ) : System
accounts IQueryable
return System

Execute() public method

public Execute ( System.Guid userId, AccountType type ) : Account
userId System.Guid
type AccountType
return Account