|
…
|
||
|---|---|---|
| .. | ||
| IAcFullName.cs | ||
| IAcProfileDtoBase.cs | ||
| IAcProfileName.cs | ||
| README.md | ||
README.md
Profiles/Dtos
DTO interfaces for profile data, defining name fields and the base profile DTO shape.
Key Files
IAcFullName.cs— DefinesFullName(read-only),FirstName, andLastNameproperties.IAcProfileName.cs— ExtendsIAcFullNamewith aNameproperty.IAcProfileDtoBase.cs— Base profile DTO withEmailAddress,Description, media info, and address foreign key. Generic variant adds an address relation.