public DataProtectionKeyRepository(CdWaddellContext context) { _context = context; }
public ClientController(CdWaddellContext context, IMapper mapper) { _mapper = mapper; _context = context; }
public DbValidationKeyStore(CdWaddellContext context, IMemoryCache cache) { _context = context; _cache = cache; }