Пример #1
0
        private List<Property> all(Connection connection)
        {
            if (allProperties == null)
            {
                // We cache the categories
                allProperties = connection.SelectAllFromProperty();
            }

            return allProperties;
        }