make collection session public
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user