AyCode.Core/AyCode.Interfaces/Addresses/README.md

10 lines
483 B
Markdown

# Addresses
Interfaces for address entities, including the full address model, foreign key contracts, and navigation property relations.
## Key Files
- **`IAcAddress.cs`** — Full address interface combining `IAcAddressDtoBase` with `ITimeStampInfo`.
- **`IAcAddressRelation.cs`** — Generic navigation property interface for entities that hold an `Address` reference.
- **`IAcAddressForeignKey.cs`** — Foreign key contract exposing `AddressId` (Guid), extends `IForeignKey`.