14 lines
682 B
Markdown
14 lines
682 B
Markdown
# Profiles/Dtos
|
|
|
|
DTO interfaces for profile data, defining name fields and the base profile DTO shape.
|
|
|
|
## Key Files
|
|
|
|
- **`IAcFullName.cs`** — Defines `FullName` (read-only), `FirstName`, and `LastName` properties.
|
|
- **`IAcProfileName.cs`** — Extends `IAcFullName` with a `Name` property.
|
|
- **`IAcProfileDtoBase.cs`** — Base profile DTO with `EmailAddress`, `Description`, media info, and address foreign key. Generic variant adds an address relation.
|
|
|
|
---
|
|
|
|
> **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.
|