Пример #1
0
        private List<HickoryIT.Shared.Data.Type> all(Connection connection)
        {
            if( allTypes == null )
            {
                allTypes = connection.SelectAllFromType();
            }

            return allTypes;
        }