Refactor UserAccount repository methods and add stored procedures for user account management

This commit is contained in:
Aaron Po
2025-12-06 23:06:13 -05:00
parent 00a0f6c4ef
commit 8d6b903aa7
5 changed files with 146 additions and 221 deletions

View File

@@ -22,7 +22,7 @@ USE Biergarten;
----------------------------------------------------------------------------
----------------------------------------------------------------------------
CREATE TABLE UserAccount
CREATE TABLE dbo.UserAccount
(
UserAccountID UNIQUEIDENTIFIER
CONSTRAINT DF_UserAccountID DEFAULT NEWID(),