AyCode.Core/AyCode.Database/DbContexts/Users/README.md

631 B

DbContexts / Users

User-specific EF Core DbContext definitions.

Key Files

  • IAcUserDbContextBase.cs — Interface declaring DbSets for Users, Profiles, Addresses, Companies, UserTokens, EmailMessages.
  • AcUserDbContextBase.cs — Implementation with lazy loading, auto timestamps, and entity configurations.
  • IAcUserTokenDbContextBase.cs — Interface for UserToken DbSet access.

LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.