Removes all the unecessary casting to ICanBeDirty - not sure why we've had it like this for so long.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Umbraco.Core.Models.EntityBase
|
||||
{
|
||||
public interface IUmbracoEntity : IAggregateRoot
|
||||
public interface IUmbracoEntity : IAggregateRoot, IRememberBeingDirty, ICanBeDirty
|
||||
{
|
||||
/// <summary>
|
||||
/// Profile of the user who created this Entity
|
||||
|
||||
Reference in New Issue
Block a user