Skip to content

Commit 17bc31a

Browse files
David BritchDavid Britch
authored andcommitted
Readded CardType with correct casing and fixed .csproj.
1 parent b0fa879 commit 17bc31a

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
namespace eShopOnContainers.Core.Models.Orders
2+
{
3+
public class CardType
4+
{
5+
public int Id { get; set; }
6+
public string Name { get; set; }
7+
}
8+
}

src/eShopOnContainers.Core/eShopOnContainers.Core.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@
1818
<PackageReference Include="IdentityModel" Version="3.0.0" />
1919
</ItemGroup>
2020

21+
<ItemGroup>
22+
<None Remove="Models\Orders\CardType.CS" />
23+
</ItemGroup>
2124
</Project>

0 commit comments

Comments
 (0)