This commit is contained in:
2024-10-22 16:41:11 -04:00
parent 114a10416a
commit 0c11d0aa5e
25 changed files with 1146 additions and 508 deletions

View File

@@ -5,4 +5,5 @@ public class Creator
public Guid Id { get; set; }
public string Name { get; set; }
public string StripeAccountId { get; set; }
public string PortraitUrl { get; set; }
}