|
|
@ -1,10 +1,10 @@ |
|
|
// ==========================================================================
|
|
|
// ==========================================================================
|
|
|
// FindExtensions.cs
|
|
|
|
|
|
// Squidex Headless CMS
|
|
|
// Squidex Headless CMS
|
|
|
// ==========================================================================
|
|
|
// ==========================================================================
|
|
|
// Copyright (c) Squidex Group
|
|
|
// Copyright (c) Squidex UG (haftungsbeschränkt)
|
|
|
// All rights reserved.
|
|
|
// All rights reserved. Licensed under the MIT license.
|
|
|
// ==========================================================================
|
|
|
// ==========================================================================
|
|
|
|
|
|
|
|
|
using System; |
|
|
using System; |
|
|
using System.Collections.Generic; |
|
|
using System.Collections.Generic; |
|
|
using Microsoft.OData.UriParser; |
|
|
using Microsoft.OData.UriParser; |
|
|
|