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