Method | Description | |
---|---|---|
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 | |
return |
public FindPersonByEmail ( String email, bool isCurrentlyEmployed = null ) : |
||
String | ||
isCurrentlyEmployed | bool | |
return |
public GetStaffEligibleForReview ( ) : IEnumerable |
||
return | IEnumerable |
public Insert ( |
||
newPerson | ||
return | void |
public PeopleRepository ( PetaPoco.Database database ) : System | ||
database | PetaPoco.Database | |
return | System |
public Update ( |
||
person | ||
return | void |