added objectid tests

This commit is contained in:
Alexandre SPIESER
2019-04-14 20:18:37 +01:00
parent 8ccced66ea
commit d2df667b3f
4 changed files with 36 additions and 7 deletions
@@ -39,7 +39,6 @@ namespace MongoDbGenericRepository
{
}
/// <summary>
/// Asynchronously returns a paginated list of the documents matching the filter condition.
/// </summary>
@@ -71,7 +70,6 @@ namespace MongoDbGenericRepository
.ToListAsync();
}
/// <summary>
/// Asynchronously returns a paginated list of the documents matching the filter condition.
/// </summary>