예제 #1
0
 public Task Download(string destPath)
 {
     return(BlobUtils.DownloadBlobContainer(_blobContainer, destPath));
 }