C# 클래스 Affecto.IdentityManagement.Store.EntityFramework.Queries.AccountQuery

파일 보기 프로젝트 열기: affecto/dotnet-IdentityManagement 1 사용 예제들

공개 메소드들

메소드 설명
AccountQuery ( IQueryable accounts ) : System
Execute ( System.Guid userId, AccountType type ) : Account

메소드 상세

AccountQuery() 공개 메소드

public AccountQuery ( IQueryable accounts ) : System
accounts IQueryable
리턴 System

Execute() 공개 메소드

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