mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 10:42:08 +00:00
Consolidate auth logic, update password service, and update namespaces
This commit is contained in:
@@ -96,7 +96,7 @@ Website/ # Next.js frontend application
|
||||
**Repository Layer** (`Repository.Core`)
|
||||
- Abstraction over SQL Server using ADO.NET
|
||||
- `ISqlConnectionFactory` for connection management
|
||||
- Repositories: `UserAccountRepository`, `UserCredentialRepository`
|
||||
- Repositories: `AuthRepository`, `UserAccountRepository`
|
||||
- All data access via stored procedures (no inline SQL)
|
||||
|
||||
**Service Layer** (`Service.Core`)
|
||||
|
||||
Reference in New Issue
Block a user