|
|
@ -1,15 +1,13 @@ |
|
|
// ==========================================================================
|
|
|
// ==========================================================================
|
|
|
// Squidex Headless CMS
|
|
|
// Squidex Headless CMS
|
|
|
// ==========================================================================
|
|
|
// ==========================================================================
|
|
|
// Copyright (c) Squidex UG (haftungsbeschränkt)
|
|
|
// Copyright (c) Squidex UG (haftungsbeschraenkt)
|
|
|
// All rights reserved. Licensed under the MIT license.
|
|
|
// All rights reserved. Licensed under the MIT license.
|
|
|
// ==========================================================================
|
|
|
// ==========================================================================
|
|
|
|
|
|
|
|
|
using System.Collections.Generic; |
|
|
using System.Collections.Generic; |
|
|
using System.Linq; |
|
|
using System.Linq; |
|
|
using Squidex.Domain.Apps.Entities.Rules; |
|
|
|
|
|
using Squidex.Domain.Apps.Entities.Rules.Runner; |
|
|
using Squidex.Domain.Apps.Entities.Rules.Runner; |
|
|
using Squidex.Infrastructure; |
|
|
|
|
|
using Squidex.Infrastructure.Validation; |
|
|
using Squidex.Infrastructure.Validation; |
|
|
using Squidex.Web; |
|
|
using Squidex.Web; |
|
|
|
|
|
|
|
|
|