예제 #1
0
 public FilesController(IFileSystemFactory fileSystemFactory)
 {
     _fileSystem = fileSystemFactory.CreateFileSystem();
 }