Skip to content

Commit

Permalink
Update csharp/Domain/Internal/Product.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ventata committed Jan 10, 2013
1 parent 2f2f6f4 commit a00548f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions csharp/Domain/Internal/Product.cs
Expand Up @@ -5,6 +5,8 @@

namespace Domain.Internal
{
// You'll want to edit this to make it look like your Product entity
// or just go ahead and directly use your Product object
public class Product
{
public int Id { get; set; }
Expand Down

0 comments on commit a00548f

Please sign in to comment.