Documentation modifications
This commit is contained in:
@@ -5,6 +5,10 @@ using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace adas_core.Application.Services;
|
||||
|
||||
/// <summary>
|
||||
/// Implements the local auditing behavior defined by <see cref="ILocalAuditService"/>, forwarding audit operations to an inner <see cref="IAuditService"/> and recording diagnostic information via an <see cref="ILogger{LocalAuditService}"/>.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=e6cdfbf -->
|
||||
public class LocalAuditService(
|
||||
IAuditService auditService,
|
||||
ILogger<LocalAuditService> logger)
|
||||
|
||||
Reference in New Issue
Block a user