Compare commits
No commits in common. "fa0701f3aa542656661690380a38e82b17fdda13" and "a07b5dbc995611bd73d750e2628f1654ecfacfbd" have entirely different histories.
fa0701f3aa
...
a07b5dbc99
|
|
@ -1049,7 +1049,7 @@ namespace NejCommon.Models
|
||||||
|
|
||||||
_ => false
|
_ => false
|
||||||
};
|
};
|
||||||
public static bool IsEEA(this Country country) => IsEU(country) || (country switch
|
public static bool IsEEA(this Country country) => IsEEA(country) || (country switch
|
||||||
{
|
{
|
||||||
//extras
|
//extras
|
||||||
Country.LI => true,
|
Country.LI => true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user