Пример #1
0
 public static List <Account> GetDeepCopy(bool isShort = false)
 {
     return(_accountCache.GetDeepCopy(isShort));
 }