DataType refactoring preparation - Entity refactoring
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Runtime.Serialization;
|
||||
using Umbraco.Core.Collections;
|
||||
using Umbraco.Core.Models.EntityBase;
|
||||
using Umbraco.Core.Models.Entities;
|
||||
|
||||
namespace Umbraco.Core.Models
|
||||
{
|
||||
@@ -14,7 +14,7 @@ namespace Umbraco.Core.Models
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
[DataContract(IsReference = true)]
|
||||
public class Property : EntityBase.EntityBase
|
||||
public class Property : EntityBase
|
||||
{
|
||||
private List<PropertyTagChange> _tagChanges;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user