Method | Description | |
---|---|---|
ParticipantRepository ( ISession session ) : System | ||
Save ( |
||
WithNameLike ( string firstName, string lastName ) : IEnumerable |
Method | Description | |
---|---|---|
IParticipantRepository ( string lastName ) : IEnumerable |
||
IParticipantRepository ( int id ) : |
||
IParticipantRepository ( IEnumerable |
public ParticipantRepository ( ISession session ) : System | ||
session | ISession | |
return | System |
public Save ( |
||
participant | ||
return | void |
public WithNameLike ( string firstName, string lastName ) : IEnumerable |
||
firstName | string | |
lastName | string | |
return | IEnumerable |