示例#1
0
 public Task <IDownloadable> GetDownloadable(string filePath)
 {
     return(_engine.GetDownloadable(filePath));
 }