Moved Models from Umbraco.Core to Umbraco.Infrastructure

This commit is contained in:
Bjarke Berg
2019-12-09 14:12:06 +01:00
parent 2ea8e7cdd0
commit becce7800b
162 changed files with 1073 additions and 858 deletions

View File

@@ -15,7 +15,7 @@ namespace Umbraco.Tests.Models.Mapping
[Test]
public void Map_UserGroupSave_To_IUserGroup()
{
IUserGroup userGroup = new UserGroup(0, "alias", "name", new List<string> { "c" }, "icon");
IUserGroup userGroup = new UserGroup(ShortStringHelper, 0, "alias", "name", new List<string> { "c" }, "icon");
userGroup.Id = 42;
// userGroup.permissions is System.Collections.Generic.List`1[System.String]