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
@@ -9,6 +9,12 @@ using System.Diagnostics;
namespace adas_core.Infrastructure.Services;
/// <summary>
/// Implements <see cref="ISendAlertService"/> to publish alert messages to a RabbitMQ
/// broker, using the configuration provided by <see cref="IOptions{RabbitMqSettings}"/>
/// and the logging facility provided by <see cref="ILogger{SendAlertService}"/>.
/// </summary>
/// <!-- aidoc:v1 sig=e283346 -->
public class SendAlertService(
IOptions<RabbitMqSettings> rabbitMqSettings,
ILogger<SendAlertService> logger)