Adds Content deletion
This commit is contained in:
@@ -8,6 +8,8 @@ public class Content
|
||||
public Guid CreatedBy { get; init; }
|
||||
public Creator? Creator { get; set; }
|
||||
public DateTimeOffset CreatedAt { get; init; }
|
||||
public Guid? DeletedBy { get; set; }
|
||||
public DateTimeOffset? DeletedAt { get; set; }
|
||||
|
||||
[MaxLength(128)] public required string Title { get; set; }
|
||||
[MaxLength(2048)] public required string Description { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user