Exemple #1
0
 public UserRepository(LynnDb context)
 {
     _context = context;
 }
Exemple #2
0
 public TestRepository(LynnDb context)
 {
     _context = context;
 }
 public ExerciseRepository(LynnDb context)
 {
     _context = context;
 }