示例#1
0
        private IEnumerable <GreenFactory> GetGridData()
        {
            IList <GreenFactory> datasource = m_FTISService.GetGreenFactoryListNoLazy(m_Conditions);

            return(datasource);
        }