Example #1
0
 public UserFileRepo(IFileContext fileLoader)
 {
     _fileLoader = fileLoader;
     _users      = _fileLoader.Read();
 }