Пример #1
0
 public Repository(IDocumentStore documentStore)
 {
     m_configuration = new RepositoryConfiguration(documentStore);
 }
Пример #2
0
 public Repository()
 {
     m_configuration = new RepositoryConfiguration();
 }