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

            return(datasource);
        }