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

809 B

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.

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.