Update to MongoDB Driver 2.7.0, MongoDbGenericRepository 1.3.8.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user