IDocumentStore => IZeroStore

This commit is contained in:
2020-11-15 17:07:27 +01:00
parent 3943f92f4c
commit c4e91efd5b
33 changed files with 155 additions and 164 deletions
@@ -94,15 +94,6 @@ namespace zero.Core.Extensions
}
/// <summary>
/// Create a new unique Id
/// </summary>
public static string Id(this IDocumentStore store, int length = -1)
{
return IdGenerator.Create(length);
}
/// <summary>
/// Reserves a key cluster-wide
/// </summary>