mirror of https://github.com/Squidex/squidex.git
15 changed files with 55 additions and 40 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