CountryWithRegionsBasicDto
public class CountryWithRegionsBasicDto : CountryBasicDto
Inheritance
- class CountryBasicDto
Namespace
Constructors
CountryWithRegionsBasicDto
The default constructor.
public CountryWithRegionsBasicDto()
Properties
Regions
public List<RegionBasicDto> Regions { get; set; }