public SimpleExampleAsync() { _fileSystemRepository = NStore.GetRepository <NStoreFileSystemRepository>(); }
public AdvancedExample() { _fileSystemRepository = NStore.GetRepository <NStoreFileSystemRepository>(); }
static Program() { // Initialize NStore NStore.Init(GetConfig()); }