feat: setup db context with initial models

This commit is contained in:
Stevan Freeborn
2026-02-01 06:13:08 -06:00
parent 093ee2c357
commit 725392227e
13 changed files with 266 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace FiscalOS.API.Identity;
internal sealed class User
{
public Guid Id { get; init; }
}