Table of Contents

Class PocAndUnitDto

Namespace
adas_core.Domain.Models.DTO
Assembly
adas-core.Domain.dll

Represents a data transfer object that encapsulates point of contact and unit information for transfer between application layers or systems.

public class PocAndUnitDto
Inheritance
PocAndUnitDto
Inherited Members
Extension Methods

Properties

PocList

public List<MinimalPocAndUnitDto> PocList { get; set; }

Property Value

List<MinimalPocAndUnitDto>