make collection session public

This commit is contained in:
2021-02-26 15:43:25 +01:00
parent d581273500
commit 09fb8bd4a9
+6 -1
View File
@@ -57,7 +57,7 @@ namespace zero.Core.Collections
/// <summary>
/// Create an an async document session
/// </summary>
protected IAsyncDocumentSession Session
public IAsyncDocumentSession Session
{
get
{
@@ -441,6 +441,11 @@ namespace zero.Core.Collections
/// </summary>
IRavenQueryable<T> Query { get; }
/// <summary>
/// Create an async document session
/// </summary>
IAsyncDocumentSession Session { get; }
/// <summary>
/// Applies the scope to the service instance
/// </summary>