using System; using System.Collections.Generic; namespace Database.Database; public partial class CountryArea { public int? Id { get; set; } public int? CountryId { get; set; } public int? AreaId { get; set; } }