Exemplo n.º 1
0
 public SimpleExampleAsync()
 {
     _fileSystemRepository = NStore.GetRepository <NStoreFileSystemRepository>();
 }
Exemplo n.º 2
0
 public AdvancedExample()
 {
     _fileSystemRepository = NStore.GetRepository <NStoreFileSystemRepository>();
 }
Exemplo n.º 3
0
 static Program()
 {
     // Initialize NStore
     NStore.Init(GetConfig());
 }