This commit is contained in:
Bjarke Berg
2019-11-18 15:29:04 +01:00
parent 03cb9c0104
commit 2c18dbffeb
2 changed files with 0 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.ComponentModel;
namespace Umbraco.Core.Models.Entities
{

View File

@@ -36,7 +36,5 @@ namespace Umbraco.Core.Models.Entities
/// Gets properties that were dirty.
/// </summary>
IEnumerable<string> GetWereDirtyProperties();
}
}