public GenericRepository(StudentCoursesDbContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public UnitOfWork(StudentCoursesDbContext context)
 {
     _context = context;
 }