rama creada apartir de master en j
This commit is contained in:
@@ -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; } = [];
|
||||
|
||||
Reference in New Issue
Block a user