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
@@ -5,6 +5,9 @@ using LightBeacon = adas_core.Domain.Models.MongoModels.LightBeacon;
namespace adas_core.Domain.Models.DTO;
/// <summary>
/// Represents a data transfer object for point-of-care information, used to transfer point-of-care data between application layers or services.
/// </summary>
public class PointOfCareDto
{
@@ -32,6 +35,9 @@ public class PointOfCareDto
#endregion
}
/// <summary>
/// Represents a data transfer object (DTO) for point-of-care configuration settings, used to transfer configuration data between layers or systems.
/// </summary>
public class PointOfCareConfigurationDto
{
public List<LightBeacon> BeaconList { get; set; } = [];