Fixed contry lookup

This commit is contained in:
honzapatCZ 2026-06-15 13:23:24 +02:00
parent 9137824362
commit ffdeb65693

View File

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