File attachment UI work

This commit is contained in:
TheXamlGuy
2024-07-24 21:51:51 +01:00
parent e28e0d615a
commit c6f71c3d0b
13 changed files with 103 additions and 18 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
public record Comment
{
public DateTimeOffset DateTime { get; set; }
public DateTimeOffset Created { get; set; }
public string? Text { get; set; }
}