コード例 #1
0
 private async Task DeleteTestFileFromDatabase(string filepath)
 {
     await _fileRepo.DeleteFileAsync(filepath);
 }