# Addresses/Dtos Data transfer object interface for address data, defining the minimal address shape used across DTOs. ## Key Files - **`IAcAddressDtoBase.cs`** — Base address DTO interface with `IsValid`, `IsHelper`, `Latitude`, `Longitude`, and `AddressText` properties. Extends `IEntityGuid`.