Пример #1
0
        private Property add(Connection connection, Property property)
        {
            property.Id = connection.InsertProperty(property);

            return property;
        }