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

            return(datasource);
        }