PR review amends on key value model and repository classes.

This commit is contained in:
Andy Butland
2020-03-28 14:55:03 +01:00
parent bc05370995
commit 3e40389819
4 changed files with 7 additions and 20 deletions

View File

@@ -8,7 +8,5 @@ namespace Umbraco.Core.Models
string Identifier { get; set; }
string Value { get; set; }
DateTime UpdateDate { get; set; }
}
}