@@ -12,6 +12,10 @@ public class ProductDto
Id = id;
}
+ public ProductDto()
+ {
+ }
+
public string Name { get; set; }
public Color Color { get; set; }