public Task <ActionResult> DownloadTempFile(string key) => TempFileService.Download(key);
Example #2
0
 public Task <ActionResult> DownloadTempFile(string key)
 {
     return(TempFileService.Download(key));
 }