|
…
|
||
|---|---|---|
| .. | ||
| LocationBase.cs | ||
| README.md | ||
README.md
Locations
Abstract base entity for geographic locations with longitude, latitude, and an optional address string. Implements ILocationBase.
Key Files
LocationBase.cs— Abstract class withId(Guid),Longitude,Latitude, andAddressproperties. Provides constructors that auto-generate IDs or accept explicit ones.