AyCode.Core/AyCode.Database/DbSets/Companies/README.md

615 B

DbSets / Companies

Company/ServiceProvider CRUD with profile and user-to-company relationship management.

Key Files

  • IAcCompanyDbSetBase.cs — Hierarchical interfaces with Profile and Address relations.
  • AcCompanyDbSetExtensions.cs — AddCompany, UpdateCompany, RemoveCompany, GetCompanyById, GetCompaniesByOwnerId. Handles profile and user-to-company relationships.

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.