コード例 #1
0
 public async Task <Stream> DownloadAsync(string id)
 {
     return(await _provider.GetDocumentStreamAsync(id));
 }