Method | Description | |
---|---|---|
GetWorkshopBookingData ( string studentID ) : Task |
||
searchWorkshops ( string startDate ) : Task |
Method | Description | |
---|---|---|
Book ( string workshopId ) : Task |
||
CancelBooking ( string workshopId ) : bool | ||
GetCampusData ( ) : |
||
GetWorkshopSetData ( ) : |
||
Waitlist ( string workshopId ) : Task |
||
getCampusData ( |
||
getRequest ( string url ) : |
||
getWorkshopBookingData ( |
||
getWorkshopSetData ( |
public GetWorkshopBookingData ( string studentID ) : Task |
||
studentID | string | |
return | Task |
public searchWorkshops ( string startDate ) : Task |
||
startDate | string | |
return | Task |