Beispiel #1
0
 public LocalUserStore(IStoreConfig config)
 {
     this.config = config;
     storePath   = this.config.ArtifactStorePath;
 }
 public void Add(IStoreConfig config)
 {
     _files.Add(config);
     config.Parent = this;
 }