Skip to content

Commit

Permalink
Removed unused product class
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrenze committed Dec 10, 2016
1 parent dbe8eb0 commit 74654b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion Presentation/Presentation.csproj
Expand Up @@ -156,7 +156,6 @@
</Compile>
<Compile Include="Home\HomeController.cs" />
<Compile Include="Home\HomeControllerTests.cs" />
<Compile Include="Products\Models\Product.cs" />
<Compile Include="Products\ProductsController.cs" />
<Compile Include="Products\ProductsControllerTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down Expand Up @@ -190,6 +189,7 @@
<Folder Include="Customers\Models\" />
<Folder Include="Employees\Models\" />
<Folder Include="Home\Models\" />
<Folder Include="Products\Models\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Application\Application.csproj">
Expand Down
13 changes: 0 additions & 13 deletions Presentation/Products/Models/Product.cs

This file was deleted.

0 comments on commit 74654b1

Please sign in to comment.