public GenericRepository(StudentDbContext context) { _dbContext = context; }
public UnitOfWork(StudentDbContext studentDbContext) { _studentContext = studentDbContext; }