public GenericRepository(StudentCoursesDbContext context)
 {
     _context = context;
 }
Exemple #2
0
 public UnitOfWork(StudentCoursesDbContext context)
 {
     _context = context;
 }