7c2b936073
[TFS Changeset #65677]
14 lines
291 B
C#
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> { }
|
|
|
|
}
|