Ejemplo n.º 1
0
 public SourceRepository(string filePath)
 {
     _fileManager = new JsonManager(filePath);
     _sourceList  = GetAll();
 }
Ejemplo n.º 2
0
 public SourceRepository(string filePath)
 {
     _fileManager = new JsonManager(filePath);
     SourceList   = new ObservableCollection <Source>(_fileManager.Load());
 }