mirror of https://github.com/Squidex/squidex.git
12 changed files with 31 additions and 39 deletions
@ -1,17 +0,0 @@ |
|||
// ==========================================================================
|
|||
// Squidex Headless CMS
|
|||
// ==========================================================================
|
|||
// Copyright (c) Squidex UG (haftungsbeschraenkt)
|
|||
// All rights reserved. Licensed under the MIT license.
|
|||
// ==========================================================================
|
|||
|
|||
namespace Squidex.Infrastructure.Orleans |
|||
{ |
|||
public static class JExtensions |
|||
{ |
|||
public static J<T> AsJ<T>(this T value) |
|||
{ |
|||
return new J<T>(value); |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue