public AbsenceRecordsController(StudentAttendanceContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public StudentsController(StudentAttendanceContext context)
 {
     _context = context;
 }