Update to MongoDB Driver 2.7.0, MongoDbGenericRepository 1.3.8.

This commit is contained in:
alexandre-spieser
2018-10-07 20:40:37 +01:00
parent 1114b6531d
commit c817c7db52
14 changed files with 87 additions and 87 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ namespace AspNetCore.Identity.MongoDbCore
}
}
private IMongoCollection<TUser> UsersCollection { get { return Context.GetCollection<TUser, TKey>(); } }
private IMongoCollection<TUser> UsersCollection { get { return Context.GetCollection<TUser>(); } }
/// <summary>
/// Gets or sets a flag indicating if changes should be persisted after CreateAsync, UpdateAsync and DeleteAsync are called.