Fixed contry lookup
This commit is contained in:
parent
9137824362
commit
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