Exemple #1
0
 private Expression <Func <GeographicData, bool> > SchoolsExpression()
 {
     return(x => Schools == null || !Schools.Any() || Regions.Contains(x.School.LaEstab));
 }