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,8 @@
namespace adas_core.Domain.Models.SystemAlerts;
/// <summary>
/// Represents a collection or container of API client instances, providing centralized access to various external service clients.
/// </summary>
public class ApiClients
{
public string? Name { get; set; }
@@ -1,5 +1,8 @@
namespace adas_core.Domain.Models.SystemAlerts;
/// <summary>
/// Represents a performance-related entity, such as a metric, measurement, or record used to track and evaluate performance data.
/// </summary>
public class Performance
{
public string? Name { get; set; }
@@ -1,5 +1,8 @@
namespace adas_core.Domain.Models.SystemAlerts;
/// <summary>
/// Represents a queue, a data structure that follows the First In, First Out (FIFO) principle for managing elements.
/// </summary>
public class Queue
{
public string? Name { get; set; }