We have some fields/properties with ID suffix on them, and we should change their naming to Id. We should do this for C# classes where possible, but likely don't want to change columns in the database, because it's not worth it for this (if there are any).
We have some fields/properties with
ID
suffix on them, and we should change their naming toId
. We should do this for C# classes where possible, but likely don't want to change columns in the database, because it's not worth it for this (if there are any).