Ejemplo n.º 1
0
 public IEnumerable <Key> GetAllKeys()
 {
     _logger.LogStoreCall("GetAllKeys");
     try
     {
         return(_store.GetAllKeys());
     }
     catch (Exception ex)
     {
         _logger.LogError(ex);
         throw;
     }
 }
Ejemplo n.º 2
0
 public IEnumerable <Key> GetAllKeys()
 {
     return(_store.GetAllKeys());
 }