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

Afficher le fichier Open project: affecto/dotnet-IdentityManagement Class Usage Examples

Méthodes publiques

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

Method Details

AccountQuery() public méthode

public AccountQuery ( IQueryable accounts ) : System
accounts IQueryable
Résultat System

Execute() public méthode

public Execute ( System.Guid userId, AccountType type ) : Account
userId System.Guid
type AccountType
Résultat Account