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
@@ -7,7 +7,7 @@ using MongoDbGenericRepository.Models;
namespace MongoDbGenericRepository
{
public interface IBaseMongoRepository_Index : IKeyTypedBaseMongoDbRepository_Index<Guid>
public interface IBaseMongoRepository_Index : IBaseMongoRepository_Index<Guid>
{
/// <summary>
/// Returns the names of the indexes present on a collection.