Exemple #1
0
 public static Site GetFirstOrDefault(Func <Site, bool> match, bool isShort = false)
 {
     return(_siteCache.GetFirstOrDefault(match, isShort));
 }