reverts changes to IUmbracoEntity, we don't need to query on the object type property
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
{ }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user