Beispiel #1
0
 public Stream CreateFile(string path)
 {
     return(_fileSystem.CreateFile(path));
 }