Method | Description | |
---|---|---|
Cancel ( int memberId, int eventId ) : void | ||
SignUp ( int memberId, int eventId ) : void | ||
UpcomingEvents ( ) : |
||
isFull ( int eventId ) : bool | ||
isSignedUp ( int eventId, int memberId ) : bool |
public static Cancel ( int memberId, int eventId ) : void | ||
memberId | int | |
eventId | int | |
return | void |
public static SignUp ( int memberId, int eventId ) : void | ||
memberId | int | |
eventId | int | |
return | void |
public static UpcomingEvents ( ) : |
||
return |
public static isSignedUp ( int eventId, int memberId ) : bool | ||
eventId | int | |
memberId | int | |
return | bool |