Example #1
0
 public void Delete(TKey key, IEnumerable <string> tags = null)
 {
     if (key == null)
     {
         return;
     }
     _docStorage.Delete(key, tags);
 }