Example #1
0
 public static List <Site> GetWhere(Predicate <Site> math, bool isShort = false)
 {
     return(_siteCache.GetWhere(math, isShort));
 }