9 changed files
D20Tek.Common | ||
D20Tek.Common.xml | ||
D20Tek.Common.Shared | ||
Models | ||
InMemoryRepository.cs + | ||
D20Tek.Common.Shared.projitems | ||
D20Tek.Common.Standard | ||
D20Tek.Common.Standard.xml | ||
D20Tek.Common.UnitTests | ||
Mocks | ||
MemoryTestRepository.cs + | ||
TestEntity.cs + | ||
Models | ||
InMemoryRepositoryExceptionTests.cs + | ||
InMemoryRepositoryTests.cs + | ||
d20Tek Dependencies.drawio | ||
InMemoryRepository.cs
/D20Tek.Common.Shared/Models/InMemoryRepository.cs/D20Tek.Common.Shared/Models/InMemoryRepository.cs
D20Tek.Common.Shared.projitems
/D20Tek.Common.Shared/D20Tek.Common.Shared.projitems+1/D20Tek.Common.Shared/D20Tek.Common.Shared.projitems
Add comment 31 <Compile Include="$(MSBuildThisFileDirectory)Models\EntityAlreadyExistsException.cs" />
Add comment 32 <Compile Include="$(MSBuildThisFileDirectory)Models\EntityNotFoundException.cs" />
Add comment 33 <Compile Include="$(MSBuildThisFileDirectory)Models\IEditableRepository.cs" />
Add comment 34 Plus <Compile Include="$(MSBuildThisFileDirectory)Models\InMemoryRepository.cs" />
Add comment 34 35 <Compile Include="$(MSBuildThisFileDirectory)Models\IReadableRepository.cs" />
Add comment 35 36 </ItemGroup>
Add comment 36 37 </Project>
D20Tek.Common.Standard.xml
/D20Tek.Common.Standard/D20Tek.Common.Standard.xml/D20Tek.Common.Standard/D20Tek.Common.Standard.xml
MemoryTestRepository.cs
/D20Tek.Common.UnitTests/Mocks/MemoryTestRepository.cs/D20Tek.Common.UnitTests/Mocks/MemoryTestRepository.cs
TestEntity.cs
/D20Tek.Common.UnitTests/Mocks/TestEntity.cs/D20Tek.Common.UnitTests/Mocks/TestEntity.cs
InMemoryRepositoryExceptionTests.cs
/D20Tek.Common.UnitTests/Models/InMemoryRepositoryExceptionTests.cs/D20Tek.Common.UnitTests/Models/InMemoryRepositoryExceptionTests.cs
InMemoryRepositoryTests.cs
/D20Tek.Common.UnitTests/Models/InMemoryRepositoryTests.cs/D20Tek.Common.UnitTests/Models/InMemoryRepositoryTests.cs