Пример #1
0
 public int CountAll()
 {
     return(_retryStrategy.ExecuteFuncWithRetry(
                () => StoreProvider.CountAll()));
 }