AyCode.Core/AyCode.Database/DataLayers/Users/README.md

13 lines
652 B
Markdown

# DataLayers / Users
User-specific DAL extending AcDalBase with authentication, CRUD, and email validation support.
## Key Files
- **`AcUserDalBase.cs`** — GetUserById/ByEmail, AddUser, RemoveUser, UpdateUser, AuthenticateUser (with password verification + refresh token), GetUserModelDto (sync + async).
- **`AcUserDalExtension.cs`** — Reserved for future user DAL extensions (currently contains commented legacy code).
---
> **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.