rama creada apartir de master en j
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
namespace adas_core.Domain.Models.DTO.Display;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a data transfer object that encapsulates display configuration and location information.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This DTO is used to transfer display configuration settings along with their associated location data between application layers.
|
||||
/// </remarks>
|
||||
public class DisplayConfigLocationDto
|
||||
{
|
||||
public string? DisplayName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user