14 lines
666 B
Markdown
14 lines
666 B
Markdown
# Users
|
|
|
|
Concrete user database test implementations with real EF Core DbContext and DAL.
|
|
|
|
## Key Files
|
|
|
|
- **`UserDbContext.cs`** — Sealed `AcUserDbContextBase` with 8 concrete entity types, lazy loading proxies, detailed EF errors.
|
|
- **`UserDal.cs`** — Sealed `AcUserDalBase` providing concrete DAL for tests.
|
|
- **`UserDalTests.cs`** — Concrete tests: GetUserByEmail, GetUserById, AddUser (with profile + address). Currently disabled.
|
|
|
|
---
|
|
|
|
> **LLM Maintenance:** If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.
|