2020-08-17 14:46:13 +02:00
|
|
|
using Raven.Client.Documents.Session;
|
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
using zero.Core.Entities;
|
|
|
|
|
|
|
|
|
|
namespace zero.Core.Extensions
|
|
|
|
|
{
|
|
|
|
|
public static class RavenDocumentSessionExtensions
|
|
|
|
|
{
|
2020-09-17 13:25:09 +02:00
|
|
|
|
2020-08-17 14:46:13 +02:00
|
|
|
}
|
|
|
|
|
}
|