Skip to content

Commit

Permalink
Using
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarbach committed Sep 24, 2019
1 parent 17afb77 commit 8da8019
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
namespace NServiceBus.Storage.MongoDB
{
using global::MongoDB.Driver;

interface IMongoSessionProvider
{
global::MongoDB.Driver.IClientSessionHandle MongoSession { get; }
IClientSessionHandle MongoSession { get; }
}
}

0 comments on commit 8da8019

Please sign in to comment.