コード例 #1
0
 public async Task <ActionResult> GetAllFiles()
 {
     return(Ok(await _azureService.GetAllFilesAsync()));
 }