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