예제 #1
0
 public async Task <byte[]> DownloadFile(string fileName)
 {
     return(await processor.DownloadFile(fileName));
 }