Class CountryResponseDto
public class CountryResponseDto
- Inheritance
-
CountryResponseDto
- Inherited Members
Properties
CountryCodeISO
public required string CountryCodeISO { get; set; }
Property Value
Regions
public ICollection<RegionResponseDto> Regions { get; set; }