Method | Description | |
---|---|---|
GetPendingExtraTicket ( string userId, int ceremonyId, TermCode termCode = null ) : List |
Gets a list of user's pending extra ticket petitions.
|
|
GetPendingRegistration ( string userId, TermCode termCode, List |
||
PetitionService ( IRepository |
public GetPendingExtraTicket ( string userId, int ceremonyId, TermCode termCode = null ) : List |
||
userId | string | |
ceremonyId | int | |
termCode | TermCode | |
return | List |
public GetPendingRegistration ( string userId, TermCode termCode, List |
||
userId | string | |
termCode | TermCode | |
ceremonyIds | List |
|
return | List |
public PetitionService ( IRepository |
||
registrationRepository | IRepository |
|
registrationParticipationRepository | IRepository |
|
extraTicketRepository | IRepository |
|
registrationPetitionRepository | IRepository |
|
ceremonyService | ICeremonyService | |
return | System |