Compare commits

..

No commits in common. "fa0701f3aa542656661690380a38e82b17fdda13" and "a07b5dbc995611bd73d750e2628f1654ecfacfbd" have entirely different histories.

View File

@ -1049,7 +1049,7 @@ namespace NejCommon.Models
_ => false
};
public static bool IsEEA(this Country country) => IsEU(country) || (country switch
public static bool IsEEA(this Country country) => IsEEA(country) || (country switch
{
//extras
Country.LI => true,