public void SetUp() { _testEntity = Mother.CreateTestEntity(); _testRepositoryEntity = new RepositoryEntity<TestEntity>(_testEntity); }
public void SetUp() { _testEntity = Mother.CreateTestEntity(); _testRepositoryEntity = new RepositoryEntity <TestEntity>(_testEntity); }