Update BaseMongoRepository.TKey.Create.cs

This commit is contained in:
Alexandre SPIESER
2019-04-17 19:03:59 +01:00
committed by GitHub
parent 182ee0a335
commit 804dc18c4f
@@ -56,7 +56,7 @@ namespace MongoDbGenericRepository
/// <summary>
/// The MongoDb accessor to insert data.
/// </summary>
protected MongoDbCreator MongoDbCreator
protected virtual MongoDbCreator MongoDbCreator
{
get
{
@@ -72,6 +72,7 @@ namespace MongoDbGenericRepository
}
return _mongoDbCreator;
}
set { _mongoDbCreator = value; }
}
/// <summary>