getRegistrationRecords abstract method

Future<List<RegistrationRecordDto>> getRegistrationRecords()

Fetches registration records (class assignment, mentors, cadre roles) for all semesters.

Returns a list of RegistrationRecordDto ordered from most recent to oldest.

Implementation

Future<List<RegistrationRecordDto>> getRegistrationRecords();