Listing 7-3 Fixed typo
This commit is contained in:
parent
a8d6357a25
commit
a6eb8237d4
@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace SportsStore.Domain.Entities
|
||||
{
|
||||
class Products
|
||||
public class Product
|
||||
{
|
||||
public int ProductID { get; set; }
|
||||
public string Name { get; set; }
|
@ -63,7 +63,7 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Entities\Products.cs" />
|
||||
<Compile Include="Entities\Product.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
Loading…
x
Reference in New Issue
Block a user