rama creada apartir de master en j

This commit is contained in:
jrojas
2026-06-26 10:29:23 +02:00
parent 319fd3dfb0
commit c1517fda87
2810 changed files with 1927392 additions and 25392 deletions
@@ -1,5 +1,11 @@
namespace adas_core.Domain.Models.AppSettings;
/// <summary>
/// Represents configuration settings for connecting to and interacting with a RabbitMQ message broker.
/// </summary>
/// <remarks>
/// This class is intended to hold RabbitMQ-related configuration values, such as connection details and broker options, that can be bound from application configuration sources.
/// </remarks>
public class RabbitMqSettings
{
public string ConnectionString { get; set; } = string.Empty;