Exemple #1
0
 public DotNetRdfInMemoryRepositoryConnection(DotNetRdfInMemoryRepository repository, IInMemoryQueryableStore store, DotNetRdfValueFactory factory)
     : base(repository, factory)
 {
     this._repo    = repository;
     this._store   = store;
     this._factory = factory;
 }
 public DotNetRdfInMemoryRepositoryConnection(DotNetRdfInMemoryRepository repository, IInMemoryQueryableStore store, DotNetRdfValueFactory factory)
     : base(repository, factory)
 {
     this._repo = repository;
     this._store = store;
     this._factory = factory;
 }