Adds Messaging streaming

This commit is contained in:
Jonathan Bourdon
2024-07-19 00:44:03 -04:00
parent 8b5ab2d769
commit d268625f19
9 changed files with 80 additions and 58 deletions

View File

@@ -4,7 +4,7 @@ public class Content
{
public Guid Id { get; init; }
public Guid CreatedBy { get; init; }
public DateTimeOffset CreatedAt { get; }
public DateTimeOffset CreatedAt { get; init; }
public string? Title { get; init; }
public string? Description { get; init; }