コード例 #1
0
 public void StoreFile(string sourceFileName, string destinationPath)
 {
     _fileSystem.StoreFile(sourceFileName, destinationPath);
 }