TagsRepository is all working with unit tests, now to make the service and integrate the extension methods.

This commit is contained in:
Shannon
2013-10-04 16:11:51 +10:00
parent a029d98209
commit 3cb70f67c9
7 changed files with 744 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ namespace Umbraco.Core.Models
[DataMember]
string Group { get; set; }
//TODO: enable this at some stage
//int ParentId { get; set; }
}