Separate OrderViewModel from OrderDetailsViewModel (#904)

* Separate OrderViewModel from OrderDetailsViewModel

* Update packages
This commit is contained in:
Steve Smith
2023-05-23 14:55:24 -04:00
committed by GitHub
parent 896d75d55f
commit e7d71ea572
10 changed files with 44 additions and 37 deletions

View File

@@ -9,7 +9,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Moq" />
<PackageReference Include="xunit" />