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; }