Exemplo n.º 1
0
        private IEnumerable <DownloadRecord> GetGridData()
        {
            IList <DownloadRecord> datasource = m_FTISService.GetDownloadRecordListNoLazy(m_Conditions);

            return(datasource);
        }