mirror of https://github.com/Squidex/squidex.git
7 changed files with 45 additions and 10 deletions
@ -0,0 +1,16 @@ |
|||
// ==========================================================================
|
|||
// Squidex Headless CMS
|
|||
// ==========================================================================
|
|||
// Copyright (c) Squidex UG (haftungsbeschränkt)
|
|||
// All rights reserved. Licensed under the MIT license.
|
|||
// ==========================================================================
|
|||
|
|||
using System.Reflection; |
|||
|
|||
namespace Squidex.Domain.Apps.Core |
|||
{ |
|||
public static class SquidexCoreOperations |
|||
{ |
|||
public static readonly Assembly Assembly = typeof(SquidexCoreOperations).Assembly; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue