Class Country
[Table("Countries")]
public class Country
- Inheritance
-
Country
- Inherited Members
Properties
CountryCodeISO
[Key]
[MaxLength(3)]
public required string CountryCodeISO { get; set; }
Property Value
Locations
public ICollection<Location> Locations { get; set; }
Property Value
Regions
public ICollection<Region> Regions { get; set; }