DotNet4Neo4j / Neo4j.AspNet.Identity

Custom ASP.NET Identity provider for the Neo4j Graph Database
MIT License
23 stars 17 forks source link

Dispose() method is not Implemented #3

Closed farvashani closed 10 years ago

farvashani commented 10 years ago

Can you please complete the dispose method in UserStore.cs public void Dispose() { _disposed = true; }

assimoes commented 10 years ago

Implemented the Dispose() method