public EFGenericRepository(StudentsManagementContext context)
 {
     _context = context;
     _dbSet   = _context.Set <TEntity>();
 }
Beispiel #2
0
 public UnitOfWork()
 {
     _context = new StudentsManagementContext();
 }