U4-10452 Unable to create new User Groups programmatically - publicizes UserGroup

This commit is contained in:
Shannon
2017-10-09 16:07:55 +11:00
parent 0f6e7d26c9
commit de17b69564

View File

@@ -12,7 +12,7 @@ namespace Umbraco.Core.Models.Membership
/// </summary>
[Serializable]
[DataContract(IsReference = true)]
internal class UserGroup : Entity, IUserGroup, IReadOnlyUserGroup
public class UserGroup : Entity, IUserGroup, IReadOnlyUserGroup
{
private int? _startContentId;
private int? _startMediaId;