public TeacherRepository(
     ClockSystemContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public ClockEventRepository(
     ClockSystemContext context)
 {
     _context = context;
 }