Added tests

This commit is contained in:
alexandre-spieser
2017-09-24 21:34:29 +00:00
parent 6552a01d28
commit 1d985e0274
9 changed files with 1063 additions and 79 deletions
@@ -5,7 +5,7 @@ using System.Configuration;
namespace IntegrationTests.Infrastructure
{
public class BaseMongoDbRepositoryTests<T> where T : Document, new()
public class BaseMongoDbRepositoryTests<T> where T : class, new()
{
public T CreateTestDocument()
{