protected FileListDetails GetFileDetails(int nDownloadID) { FileListTable table = new FileListTable(); return table.GetFileDetails(nDownloadID); }
protected FileListDetails GetFileDetails(int nDownloadID) { FileListTable table = new FileListTable(); return(table.GetFileDetails(nDownloadID)); }