AyCode.Core/AyCode.Database/DbSets
Loretta 541cebbed8 Update README links to use code-style paths for docs
Replaced Markdown links with plain code-style paths in all README.md files for consistency. Updated references to logging, SignalR, and dynamic method dispatch documentation. Clarified some documentation paths and improved consistency in context/architecture sections. No code changes—documentation only.
2026-03-30 08:01:05 +02:00
..
Addresses Document AcBinary wire format, sync docs, update conventions 2026-03-29 09:11:57 +02:00
Companies Document AcBinary wire format, sync docs, update conventions 2026-03-29 09:11:57 +02:00
Loggers Update README links to use code-style paths for docs 2026-03-30 08:01:05 +02:00
Messages Document AcBinary wire format, sync docs, update conventions 2026-03-29 09:11:57 +02:00
Profiles Document AcBinary wire format, sync docs, update conventions 2026-03-29 09:11:57 +02:00
Users Document AcBinary wire format, sync docs, update conventions 2026-03-29 09:11:57 +02:00
IAcDbTableBase.cs improvements 2024-11-14 11:23:04 +01:00
README.md Document AcBinary wire format, sync docs, update conventions 2026-03-29 09:11:57 +02:00

README.md

DbSets

Generic DbSet interfaces with extension method-based CRUD operations. Each entity domain has its own subfolder.

Key Files

  • IAcDbTableBase.cs — Base interface for all DbSets.

Subfolders

Folder Purpose
Users/ User CRUD, authentication, JWT token management
Profiles/ Profile CRUD with address relations
Addresses/ Address CRUD operations
Companies/ Company CRUD with profile and user-to-company relations
Messages/ Email message querying and CRUD
Loggers/ Log item DbSet interface