IDocumentStore => IZeroStore
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user