From fd3300e30ed0a4bbe5409e0b0356117c26367a8f Mon Sep 17 00:00:00 2001 From: Nail Makhmutov Date: Sun, 5 Nov 2023 11:56:26 +0400 Subject: [PATCH] Changed overview --- .../Infrastructure/Providers/World/CountryOverview.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/People.Api/Infrastructure/Providers/World/CountryOverview.cs b/src/People.Api/Infrastructure/Providers/World/CountryOverview.cs index 5a79dee..895a5b1 100644 --- a/src/People.Api/Infrastructure/Providers/World/CountryOverview.cs +++ b/src/People.Api/Infrastructure/Providers/World/CountryOverview.cs @@ -1,3 +1,3 @@ namespace People.Api.Infrastructure.Providers.World; -internal sealed record CountryOverview(string Code, string Name); +internal sealed record CountryOverview(string Alpha2, string Alpha3, string Region, string Name);