Esempio n. 1
0
 public RavenDbSession(IDocumentStore documentStore, RavenDbSessionSettings sessionSettings = null)
 {
     _documentStore   = documentStore;
     _sessionSettings = sessionSettings ?? new RavenDbSessionSettings();
 }
Esempio n. 2
0
 public RavenDbStorage(IDocumentStore documentStore, RavenDbSessionSettings sessionSettings = null)
 {
     _documentStore  = documentStore;
     SessionSettings = sessionSettings;
 }