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;
/// <summary>
/// Represents a manual recording entity, typically used to capture or track recording operations initiated explicitly by a user or system.
/// </summary>
public class ManualRecording
{
//[JsonProperty("patientId")]
@@ -11,6 +14,12 @@ public class ManualRecording
public MRecording? Recording { get; set; }
}
/// <summary>
/// Represents a recording entity, likely encapsulating data and behavior related to media or event capture and playback.
/// </summary>
/// <remarks>
/// This class serves as a model or container for recording-related operations within the application.
/// </remarks>
public class MRecording
{
public DateTime? StartRecordingTime { get; set; }