mirror of https://github.com/Squidex/squidex.git
9 changed files with 64 additions and 13 deletions
@ -0,0 +1,13 @@ |
|||
// ==========================================================================
|
|||
// Squidex Headless CMS
|
|||
// ==========================================================================
|
|||
// Copyright (c) Squidex UG (haftungsbeschraenkt)
|
|||
// All rights reserved. Licensed under the MIT license.
|
|||
// ==========================================================================
|
|||
|
|||
namespace Squidex.Infrastructure; |
|||
|
|||
public interface IDeterministicHashCode |
|||
{ |
|||
int GetDeterministicHashCode(); |
|||
} |
|||
Loading…
Reference in new issue