예제 #1
0
 public Task <FileDownloadInfoModel> GetDownloadInfoAsync(Guid id)
 {
     return(_service.GetDownloadInfoAsync(id));
 }