Files
Umbraco-CMS/umbraco/cms/businesslogic/Property/Properties.cs
T
Shandem 7c2b936073 More datalayer optimizations
[TFS Changeset #65677]
2010-04-21 16:22:13 +00:00

14 lines
291 B
C#

using System;
using System.Collections.Generic;
using System.Data;
using System.Runtime.CompilerServices;
using System.Xml;
using umbraco.DataLayer;
using umbraco.BusinessLogic;
namespace umbraco.cms.businesslogic.property
{
public class Properties : List<Property> { }
}