Beispiel #1
0
 public static Account GetFirstOrDefault(Func <Account, bool> match, bool isShort = false)
 {
     return(_accountCache.GetFirstOrDefault(match, isShort));
 }