コード例 #1
0
        private IEnumerable <Application> GetGridData()
        {
            IList <Application> datasource = m_FTISService.GetApplicationListNoLazy(m_Conditions);

            return(datasource);
        }