new models

This commit is contained in:
2024-03-18 00:14:08 +01:00
Unverified
parent 26bbbf80c2
commit 6d1b30db47
31 changed files with 4820 additions and 524 deletions

View File

@@ -17,7 +17,7 @@ namespace WatchIt.Database.Model.Account
public Guid Id { get; set; }
public byte[] Image { get; set; }
public string MimeType { get; set; }
public DateTimeOffset UploadDate { get; set; }
public DateTime UploadDate { get; set; }
#endregion