From a00548f20f19ba8c0fc2f41cb1e5ed58e8e54148 Mon Sep 17 00:00:00 2001 From: Ventata Date: Thu, 10 Jan 2013 15:40:29 -0800 Subject: [PATCH] Update csharp/Domain/Internal/Product.cs --- csharp/Domain/Internal/Product.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/csharp/Domain/Internal/Product.cs b/csharp/Domain/Internal/Product.cs index 222a268..5abd3eb 100644 --- a/csharp/Domain/Internal/Product.cs +++ b/csharp/Domain/Internal/Product.cs @@ -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; }