Removes all the unecessary casting to ICanBeDirty - not sure why we've had it like this for so long.

This commit is contained in:
Shannon
2014-10-21 11:43:58 +10:00
parent 0e23c9e69f
commit 95c0f80df4
26 changed files with 52 additions and 49 deletions

View File

@@ -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