reverts changes to IUmbracoEntity, we don't need to query on the object type property

This commit is contained in:
Shannon
2019-11-06 13:22:12 +11:00
parent 9ef40fb484
commit 12541e7e8f
11 changed files with 3 additions and 24 deletions

View File

@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
namespace Umbraco.Core.Models.Entities
{
@@ -12,7 +11,5 @@ namespace Umbraco.Core.Models.Entities
/// <para>An IUmbracoEntity can participate in notifications.</para>
/// </remarks>
public interface IUmbracoEntity : ITreeEntity, IRememberBeingDirty
{
Guid NodeObjectType { get; }
}
{ }
}