Method | Description | |
---|---|---|
GetFilteredList ( string userId, string studentid, string lastName, string firstName, string majorCode, int ceremonyId, string collegeCode, List |
||
GetFilteredParticipationList ( string userId, string studentid, string lastName, string firstName, string majorCode, int ceremonyId, string collegeCode, List |
||
RegistrationService ( IRepository |
public GetFilteredList ( string userId, string studentid, string lastName, string firstName, string majorCode, int ceremonyId, string collegeCode, List |
||
userId | string | |
studentid | string | |
lastName | string | |
firstName | string | |
majorCode | string | |
ceremonyId | int | |
collegeCode | string | |
ceremonies | List |
|
termCode | TermCode | |
return | List |
public GetFilteredParticipationList ( string userId, string studentid, string lastName, string firstName, string majorCode, int ceremonyId, string collegeCode, List |
||
userId | string | |
studentid | string | |
lastName | string | |
firstName | string | |
majorCode | string | |
ceremonyId | int | |
collegeCode | string | |
ceremonies | List |
|
termCode | TermCode | |
return | List |
public RegistrationService ( IRepository |
||
registrationRepository | IRepository |
|
ceremonyService | ICeremonyService | |
registrationParticipationRepository | IRepository |
|
return | System |