using DnetIndexedDb; using Microsoft.JSInterop; namespace decePubClient.Services { public class IndexedDb : IndexedDbInterop { public IndexedDb(IJSRuntime jsRuntime, IndexedDbOptions options) : base(jsRuntime, options) { } } }