I have a list of Countries in a dbContext using EfCore
I want to implement a generic way of filtering this list
bool FilterCountriesv1(Country s) {