コード例 #1
0
 public string GetPicture(string fileName)
 {
     return(_azureBlobService.Download(fileName));
 }