DataType refactoring preparation - Entity refactoring
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
using System.Runtime.Serialization;
|
||||
using Umbraco.Core.Models.EntityBase;
|
||||
using Umbraco.Core.Models.Entities;
|
||||
|
||||
namespace Umbraco.Core.Models
|
||||
{
|
||||
@@ -10,7 +10,7 @@ namespace Umbraco.Core.Models
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
[DataContract(IsReference = true)]
|
||||
public class Task : EntityBase.EntityBase
|
||||
public class Task : EntityBase
|
||||
{
|
||||
private bool _closed;
|
||||
private TaskType _taskType;
|
||||
|
||||
Reference in New Issue
Block a user