public UnitOfWork(GetGroupContext context) { _context = context; }
public GenericRepository(GetGroupContext context) { _context = context; }