コード例 #1
0
ファイル: AdapterService.cs プロジェクト: heyena/iring-tools
 public DocumentBytes DownloadFile(string scope, string app, string fileName, string extension)
 {
     return(_adapterProvider.DownLoadFile(scope, app, fileName, extension));
 }