Adds arps as creator
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Hutopy.Web.Features.Contents.Data;
|
||||
public class Creator
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public Guid CreatedBy { get; init; }
|
||||
public Guid CreatedBy { get; set; }
|
||||
public DateTimeOffset CreatedAt { get; init; }
|
||||
[MaxLength(255)] public string Name { get; set; } = null!;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user