We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e579d29 commit bf6d21cCopy full SHA for bf6d21c
1 file changed
System.IO.Abstractions/FileWrapper.cs
@@ -1,14 +1,13 @@
1
using System.Collections.Generic;
2
using System.Security.AccessControl;
3
using System.Text;
4
-using System.IO;
5
6
namespace System.IO.Abstractions
7
{
8
[Serializable]
9
public class FileWrapper : FileBase
10
11
- public FileWrapper(FileSystem fileSystem) : base(fileSystem)
+ public FileWrapper(IFileSystem fileSystem) : base(fileSystem)
12
13
}
14
0 commit comments