getCourseOffering method
- int id
Gets a course offering with related data (teachers, classrooms, schedules).
Returns null if not found.
Implementation
Future<CourseOffering?> getCourseOffering(int id) async {
throw UnimplementedError();
}
Gets a course offering with related data (teachers, classrooms, schedules).
Returns null if not found.
Future<CourseOffering?> getCourseOffering(int id) async {
throw UnimplementedError();
}