Esempio n. 1
0
 public async Task CreateFileAsync(string path, string content)
 {
     await _fileSystem.CreateFileAsync(path, content);
 }