AbsenceController constructor
AbsenceController(
- Student student
Implementation
AbsenceController(super.student) {
registrations = AbsenceRegistrationsController(student);
}
AbsenceController(super.student) {
registrations = AbsenceRegistrationsController(student);
}