rename after full refactor

This commit is contained in:
Alexandre SPIESER
2019-04-14 19:31:28 +01:00
parent 0626292d09
commit 2207f2f1a1
14 changed files with 37 additions and 34 deletions
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace MongoDbGenericRepository
{
public interface IBaseMongoRepository_Create : IKeyTypedBaseMongoDbRepository_Create<Guid>
public interface IBaseMongoRepository_Create : IBaseMongoRepository_Create<Guid>
{
/// <summary>
/// Asynchronously adds a document to the collection.