Consent class really needs to be public

This commit is contained in:
Sebastiaan Jansssen
2018-02-01 13:07:02 +01:00
parent 647492fbfb
commit 8a0485e093

View File

@@ -11,7 +11,7 @@ namespace Umbraco.Core.Models
/// </summary>
[Serializable]
[DataContract(IsReference = true)]
internal class Consent : Entity, IConsent
public class Consent : Entity, IConsent
{
private static PropertySelectors _selector;