Documentation modifications
This commit is contained in:
@@ -8,6 +8,13 @@ using MongoDB.Bson;
|
||||
|
||||
namespace adas_core.Application.Services;
|
||||
|
||||
/// <summary>
|
||||
/// Implements <see cref="IServiceConfigService"/>, coordinating service configuration operations by persisting data through <see cref="IServiceConfigRepository"/> and emitting diagnostics via <see cref="ILogger{ServiceConfigService}"/>.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The class receives its <see cref="IServiceConfigRepository"/> collaborator and <see cref="ILogger{ServiceConfigService}"/> via the primary constructor parameters <paramref name="serviceConfigRepository"/> and <paramref name="logger"/>.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc:v1 sig=8c82e54 -->
|
||||
public class ServiceConfigService(
|
||||
IServiceConfigRepository serviceConfigRepository,
|
||||
ILogger<ServiceConfigService> logger)
|
||||
|
||||
Reference in New Issue
Block a user