Update user credential stored procs

This commit is contained in:
Aaron Po
2026-01-24 19:11:49 -05:00
parent 82db763951
commit 14cb05e992
4 changed files with 40 additions and 16 deletions

View File

@@ -12,3 +12,5 @@ public class UserAccount
public DateTime DateOfBirth { get; set; }
public byte[]? Timer { get; set; }
}