feat(core): add models for institution

This commit is contained in:
Stevan Freeborn
2026-02-13 04:37:47 -06:00
parent 5da1f1decf
commit 3f62a246ee
4 changed files with 51 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
global using FiscalOS.Core.Accounts;
global using FiscalOS.Core.Data;
global using FiscalOS.Core.Identity;
global using FiscalOS.Core.Security;