Exemple #1
0
 public async Task <string> GetFileLinkAsync(string filePath)
 {
     return(await _storageClient.GetFileLinkAsync(filePath));
 }