public ReadModelDatabase(StudentDbContext context) { _context = context; }
public UnitOfWork(StudentDbContext context) { _context = context; }