C# 클래스 CQRS.Talk.Refactoring1.Queries.Step2.BasicQueries.FindPersonByEmailQuery

파일 보기 프로젝트 열기: trailmax/CQRS.Talk

공개 메소드들

메소드 설명
FindPersonByEmail ( String email, bool isCurrentlyEmployed = null ) : Person
FindPersonByEmailQuery ( PetaPoco.Database database ) : System

메소드 상세

FindPersonByEmail() 공개 메소드

public FindPersonByEmail ( String email, bool isCurrentlyEmployed = null ) : Person
email String
isCurrentlyEmployed bool
리턴 CQRS.Talk.Dependencies.Person

FindPersonByEmailQuery() 공개 메소드

public FindPersonByEmailQuery ( PetaPoco.Database database ) : System
database PetaPoco.Database
리턴 System