AyCode.Core/AyCode.Entities/Locations/README.md

342 B

Locations

Abstract base entity for geographic locations with longitude, latitude, and an optional address string. Implements ILocationBase.

Key Files

  • LocationBase.cs — Abstract class with Id (Guid), Longitude, Latitude, and Address properties. Provides constructors that auto-generate IDs or accept explicit ones.