AyCode.Core/AyCode.Interfaces/Users/Dtos/README.md

10 lines
585 B
Markdown

# Users/Dtos
DTO interfaces for user data at different detail levels -- minimal, base, and detailed -- with generic variants for profile and company associations.
## Key Files
- **`IAcUserDtoMinBase.cs`** — Minimal user DTO with `AffiliateId`. Generic variant adds a profile relation.
- **`IAcUserDtoBase.cs`** — Base user DTO extending the minimal DTO. Generic variants add profile and company relations.
- **`IAcUserDtoDetailBase.cs`** — Detailed user DTO combining `IAcUserBase` with DTO base interfaces. Generic variants add profile, company, and address type parameters.