rama creada apartir de master en j
This commit is contained in:
@@ -4,6 +4,9 @@ using MongoDB.Bson;
|
||||
|
||||
namespace adas_core.Domain.Models.DTO.Display;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a data transfer object used to create a new display configuration.
|
||||
/// </summary>
|
||||
public class CreateDisplayConfigDto
|
||||
{
|
||||
public DisplayConfigEnums.DisplayType Type { get; set; } =
|
||||
@@ -14,6 +17,9 @@ public class CreateDisplayConfigDto
|
||||
public string? DisplayConfigIdTemplate { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Represents a data transfer object used to create a display configuration card.
|
||||
/// </summary>
|
||||
public class CreateDisplayConfigCardDto
|
||||
{
|
||||
public CardConfig? CardConfig { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user