Пример #1
0
        public IconManager(HttpClient httpClient, IIconCache cache, IconOptions options)
        {
            options.ThrowIfNull();

            _httpClient = httpClient;
            _cache      = cache;
            _options    = options;
        }