Documentation modifications
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user