Rename Columns to ColumnName; add Attributes folder

Renamed the Columns property to ColumnName in EntityBaseOptions.cs,
updating all references accordingly. Added an "Attributes" folder
entry to ReC.Domain.csproj for future organization.
This commit is contained in:
2025-12-10 13:30:47 +01:00
parent 3caa6b9bd3
commit a6111cdc66
2 changed files with 6 additions and 2 deletions

View File

@@ -6,4 +6,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Folder Include="Attributes\" />
</ItemGroup>
</Project>