rama creada apartir de master en j
This commit is contained in:
@@ -2,11 +2,17 @@
|
||||
|
||||
namespace adas_core.Domain.Models.DTO;
|
||||
|
||||
/// <summary>
|
||||
/// Represents a data transfer object that encapsulates point of contact and unit information for transfer between application layers or systems.
|
||||
/// </summary>
|
||||
public class PocAndUnitDto
|
||||
{
|
||||
public List<MinimalPocAndUnitDto> PocList { get; set; } = [];
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Represents a minimal data transfer object encapsulating point of consumption and unit information.
|
||||
/// </summary>
|
||||
public class MinimalPocAndUnitDto
|
||||
{
|
||||
public string? PocName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user