示例#1
0
 public Repository(IDocumentStore documentStore)
 {
     m_configuration = new RepositoryConfiguration(documentStore);
 }
示例#2
0
 public Repository()
 {
     m_configuration = new RepositoryConfiguration();
 }