DevChatter / DevChatterBot

MIT License
55 stars 28 forks source link

Fix Naming of ID to be Id #178

Closed benrick closed 6 years ago

benrick commented 6 years ago

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).

KelsonBall commented 6 years ago

Dibs