메소드 | 설명 | |
---|---|---|
Find ( System.Guid personId ) : |
||
FindPersonByEmail ( String email, bool isCurrentlyEmployed = null ) : |
||
GetStaffEligibleForReview ( ) : IEnumerable |
||
Insert ( |
||
PeopleRepository ( PetaPoco.Database database ) : System | ||
Update ( |
public Find ( System.Guid personId ) : |
||
personId | System.Guid | |
리턴 |
public FindPersonByEmail ( String email, bool isCurrentlyEmployed = null ) : |
||
String | ||
isCurrentlyEmployed | bool | |
리턴 |
public GetStaffEligibleForReview ( ) : IEnumerable |
||
리턴 | IEnumerable |
public Insert ( |
||
newPerson | ||
리턴 | void |
public PeopleRepository ( PetaPoco.Database database ) : System | ||
database | PetaPoco.Database | |
리턴 | System |