rama creada apartir de master en j
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
namespace adas_core.Domain.Models.DTO;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a data transfer object (DTO) for conveying diagnosis information between application layers or services.
|
||||
/// </summary>
|
||||
public class DiagnosisDto
|
||||
{
|
||||
public string PatientNumber { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user