Documentation modifications

This commit is contained in:
julian
2026-06-27 15:23:26 -07:00
parent a633fe6c06
commit a19fb90902
218 changed files with 2882 additions and 0 deletions
@@ -8,6 +8,12 @@ using Serilog;
namespace adas_core.Authentication;
/// <summary>
/// Implements <see cref="IAuthorityService"/>, coordinating authority-related operations through
/// <see cref="IAuthorityRepository"/> for data access, <see cref="IHttpContextAccessor"/> for
/// HTTP context access, and <see cref="ILocalAuditService"/> for local auditing.
/// </summary>
/// <!-- aidoc:v1 sig=5aafd48 -->
public class AuthorityService(
IAuthorityRepository authorityRepository,
IHttpContextAccessor httpContextAccessor,