public TranslationRepository( SimpleIdentityServerContext context, ITechnicalEventSource managerEventSource) { _context = context; _managerEventSource = managerEventSource; }
public ResourceOwnerRepository( SimpleIdentityServerContext context, ITechnicalEventSource managerEventSource) { _context = context; _managerEventSource = managerEventSource; }
public JsonWebKeyRepository(SimpleIdentityServerContext context, ITechnicalEventSource managerEventSource) { _context = context; _managerEventSource = managerEventSource; }