예제 #1
0
 public void CreateFile(string path, string content)
 {
     _fileSystem.CreateFile(path, content);
 }
예제 #2
0
 public Stream CreateFile(string path)
 {
     return(_fileSystem.CreateFile(path));
 }