mirror of https://github.com/Squidex/squidex.git
committed by
GitHub
21 changed files with 294 additions and 107 deletions
@ -0,0 +1,18 @@ |
|||||
|
// ==========================================================================
|
||||
|
// Squidex Headless CMS
|
||||
|
// ==========================================================================
|
||||
|
// Copyright (c) Squidex UG (haftungsbeschraenkt)
|
||||
|
// All rights reserved. Licensed under the MIT license.
|
||||
|
// ==========================================================================
|
||||
|
|
||||
|
using System; |
||||
|
|
||||
|
namespace Squidex.Domain.Apps.Entities.Comments.Commands |
||||
|
{ |
||||
|
public abstract class CommentTextCommand : CommentsCommand |
||||
|
{ |
||||
|
public string Text { get; set; } |
||||
|
|
||||
|
public string[]? Mentions { get; set; } |
||||
|
} |
||||
|
} |
||||
Binary file not shown.
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue