Skip to content

Commit

Permalink
Make implementation public
Browse files Browse the repository at this point in the history
  • Loading branch information
glucaci committed Oct 2, 2023
1 parent 0638202 commit 7b61d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Session/Internal/MongoSessionProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace MongoDB.Extensions.Session;

internal class MongoSessionProvider<TContext, TScope> : ISessionProvider<TScope>
public class MongoSessionProvider<TContext, TScope> : ISessionProvider<TScope>
where TContext : IMongoDbContext
{
private readonly IMongoClient _mongoClient;
Expand Down

0 comments on commit 7b61d0b

Please sign in to comment.