Class PocAndUnitDto
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; }