diff --git a/Models/Country.cs b/Models/Country.cs index 0031baf..c01ae30 100644 --- a/Models/Country.cs +++ b/Models/Country.cs @@ -1049,7 +1049,7 @@ namespace NejCommon.Models _ => false }; - public static bool IsEEA(this Country country) => IsEEA(country) || (country switch + public static bool IsEEA(this Country country) => IsEU(country) || (country switch { //extras Country.LI => true,