Table of Contents

Class CountryResponseDto

Namespace
GastroSky.Models.DTO.Country
Assembly
GastroSky.Models.dll
public class CountryResponseDto
Inheritance
CountryResponseDto
Inherited Members

Properties

CountryCodeISO

public required string CountryCodeISO { get; set; }

Property Value

string

Regions

public ICollection<RegionResponseDto> Regions { get; set; }

Property Value

ICollection<RegionResponseDto>