Compare commits
2 Commits
a07b5dbc99
...
fa0701f3aa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa0701f3aa | ||
|
|
ffdeb65693 |
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user