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

707 B

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.

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.