Refactored GetCoverImage to a static class and unit tested it. Enhanced the method by defaulting to folder.jpg file if exists, else takes first entry.

This commit is contained in:
Joseph Milazzo 2021-01-05 15:00:49 -06:00
parent 451d459473
commit 7f5a1d0518
12 changed files with 92 additions and 27 deletions

View file

@ -23,4 +23,8 @@
<ProjectReference Include="..\API\API.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Services\Test Data" />
</ItemGroup>
</Project>